[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: File traversal on FAT32 or NTFS
From: |
Eli Zaretskii |
Subject: |
Re: File traversal on FAT32 or NTFS |
Date: |
Thu, 07 Jun 2018 18:45:34 +0300 |
> From: Richard Shann <address@hidden>
> Date: Thu, 07 Jun 2018 14:22:12 +0100
>
> Should I expect the procedure ftw to work on Microsoft file systems?
> A call that works on Unix seems to hang on M/S
Up front, I cannot see why should it not work. Can you show an
example that hangs?
> And, for good measure, what is the "command processor" that will be
> invoked by the system and system* procedures?
The same one invoked by the C library function 'system', i.e. cmd.exe
by default.