[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Sc-devel] standardizePath helpfile example broken



I haven't followed the discussion about paths and forward-slash
but the standardizePath example in the String helpfile is currently broken


standardizePath

"~".standardizePath; //This will print your home directory
 => ~   // no it doesn't

this does:

"~/".standardizePath

regards

tom