Hi Monks
How would I go about dealing with a white space in a folder name in ARGV[0]; e.g Test Folder
my $path = $ARGV[0];
I'm running a PERL script through Visual Studio C#
string args = @"/C perl.exe " + pScript + " " + _dirPath;
When the above is run the script only sees Test not Test Folder even though the value of _dirPath in VS is Test Folder
Cheers
In reply to Dealing with spaces in folder names with ARGV[0] by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |