T
Thomas Lebrecht
Assume I have a full filename like
myfile="D:\aaa\bbb\ccc\ddd.txt"
How can I extract the individual parts (drive, path, filenbase and extension) from it?
How do I get the path and filenam of the current vbs script from inside this script?
Thomas
myfile="D:\aaa\bbb\ccc\ddd.txt"
How can I extract the individual parts (drive, path, filenbase and extension) from it?
How do I get the path and filenam of the current vbs script from inside this script?
Thomas