Beckett Richard-qswi266 wrote:
> Guys,
>
> Someone must have already done this, but I know I can't!
>
> I have an input file name, and using:
> use File::Basename;
> fileparse_set_fstype("MSWin32");
> my $file = fileparse ("$ARGV[0]");
> my $path = dirname ("$ARGV[0]");
>
> I am splitting the
Guys,
Someone must have already done this, but I know I can't!
I have an input file name, and using:
use File::Basename;
fileparse_set_fstype("MSWin32");
my $file = fileparse ("$ARGV[0]");
my $path = dirname ("$ARGV[0]");
I am splitting the input file name into $file and $path.
I can handle t