std.file.listdir doesn't work on directory NTFS directory mounted by NTFS-3G

mike vertex at gmx.at
Sat Feb 24 04:05:11 PST 2007


Am 24.02.2007, 12:22 Uhr, schrieb miraks <s.mankowski at miraks.com>:

> 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 ?

Works perfectly with NTFS for me, on Windows. Maybe wrong slashes in the  
path or so.

-Mike

-- 
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/



More information about the Digitalmars-d mailing list