June 13, 2013 at 8:45 pm
Comments posted to this topic are about the item FileNameSplitter
July 3, 2013 at 8:27 am
A simple analysis of the file path as a string won't always work. File paths can be constructed such that directory components have periods in them, e.g.,
C:\MyDirectory\LooksLikeAFileNameButIsReallyADirectory.txt
A simple string analysis can't tell if this is a directory path or full file name path. System calls are needed to determine the difference and this opens up an authentication can of worms...
Also, there's the whole UNC scenario with leading \\ServerName\ShareName\...
May 2, 2016 at 1:00 pm
Thanks for the script.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply