Cosimo Lupo ec8d58f0b8 [filesystem] in listDirectory, always use Unix '/' as separator
the _NOFS implementation is using `os.listdir` which uses the
native `os.sep`; however, pyfilesystem2 FS paths always uses forward
slashes '/'.
2017-07-21 16:40:28 +01:00
..