Jul 1, 2008 #1 dazappa007 Programmer Joined Oct 24, 2007 Messages 4 Location US How can I get the basename of a file. I'd like it to turn something like "C:/apple/pie.txt" to "pie.txt
How can I get the basename of a file. I'd like it to turn something like "C:/apple/pie.txt" to "pie.txt
Jul 1, 2008 #2 Griffyn Programmer Joined Jul 11, 2002 Messages 1,077 Location AU use the function ExtractFileName Upvote 0 Downvote