Hi All,
I have a script that has the current path as a variable. I need to get just the folder name from the path. Here is an example.
The directory: "c:/mail" - should produce "mail" and so on and so forth.
Is this best handled with Regex? and what would the regex look like.