I haven't followed the discussion about paths and forward-slashbut 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