in reply to Re: Dealing with spaces in folder names with ARGV[0]
in thread Dealing with spaces in folder names with ARGV[0]

Thanks for your example, I'd still have to rename a folder, I can't though because it's on my work NAS.

But you did give me the idea of perhaps having a few more ARGV's to pick up each word in the folder name and then performing a string concatenation. Not the most efficient though especially if the folder selected had 10 words each separated by spaces.

I'll be using the example by Roboticus

  • Comment on Re^2: Dealing with spaces in folder names with ARGV[0]