std.file.listdir doesn't work on directory NTFS directory mounted by NTFS-3G
miraks
s.mankowski at miraks.com
Sat Feb 24 03:22:52 PST 2007
Hi,
I am on MANDRIVA 2007 and I am using NTFS-3G to mount NTFS directory.
When I use the following code on a directory containing mp3 files:
auto d_source_files = std.file.listdir(args[1], "*.mp3");
The list is empty.
If I launch the same code on the same data but on a FAT32 disc, then the result is the expected one.
Why std.file.listdir works on FAT32 and not on NTFS ?
More information about the Digitalmars-d
mailing list