Klaus on-rev wrote:

Rev uses always the SLASH / as a path delimiter internaylly on ALL platforms!
You only need to use the backslash if you use a pathname inside of a SHELL 
command on windows.

Which brings up an interface question. My app lets users choose a folder and then displays the folder path in a field. I've never bothered to change it in the past, but now I'm wondering if I should translate all the slashes to backslashes just for display on Windows, and then change them back to regular slashes in the script when I need to work with the path.

What do others do?

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to