Does anybody knows for an implementation of Path manipulations functions in JS similar to C# System.IO.Path has?
I'm basically looking for Combine(string,string) and GetDirectoryName(string) functions.
Note: I don't want to manipulate the FileSystem (I can do it using FSO). I want sort of string manipulation implementation aimed to Paths.
Any help/link will be very appreciated.
Thanks, Guy