So...
File = "C:\Intel\test.txt
Get Path, Directory.GetParent(File)
Result: “C:\Intel”
--
Get FileName, Path.GetFileName(File)
Result: “test.txt”
--
dateTime.Parse(“11.01.2020 01:01:01”, CultureInfo.CreateSpecificCulture("en-US"), DateTimeStyles.None)
--
For Example:
sTestString = “jsessionid=gSow8hiAbdshjhfjkshjkfhsdkjf.a9813?_Plan_ID=626205&pop=n9&pag”
Regex.Match(sTestString,”(?<=_Plan_ID=)\d*”)
Result=626205