Login  Register

Re: Why `aFileReference asString = aFileReference fullName` is false?

Posted by Peter Uhnak on Mar 10, 2015; 4:23pm
URL: https://forum.world.st/Why-aFileReference-asString-aFileReference-fullName-is-false-tp4810690p4811064.html

/Users/sven/Desktop/foo.txt
file:///Users/sven/Desktop/foo.txt

But what about native (OS platform) conventions ?

I don't want to see Windows backslashes, but Windows user might disagree.

file:// is URI scheme and as per RFC ( http://tools.ietf.org/html/rfc1630 ) there is always forward slash; even on Windows.
After all as we've found with git, using backslashes on Windows doesn't even work... so maybe use file:// as universal scheme?