I think the function I need to use is StringSplit, but not 100% sure
How to I get the file name and extension from a full path being sent though the command line argument as $CmdLine[1] ?
I would normally use LastIndexOf ("\")
How to I get the file name and extension from a full path being sent though the command line argument as $CmdLine[1] ?
I would normally use LastIndexOf ("\")