Teamed with File::Find, it becomes exceptionally useful.use strict; use warnings; use File::Spec; my $item = 'L:\My-Folder\foo.txt'; my($vol, $path, $file) = File::Spec->splitpath($item); print "Vol = $vol, path = $path, file = $file";
In reply to Re: FileParse Issue
by jellisii2
in thread FileParse Issue
by Elegant
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |