Changes between Initial Version and Version 1 of Ticket #76, comment 6
- Timestamp:
- Sep 12, 2018, 8:36:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #76, comment 6
initial v1 1 1 Ok, for a NTFS formatted drive (under Windows), the "." and ".." directories do not show up in a directory listing of the root directory. That may be the same for any FAT filesystem.[[BR]] 2 2 [[BR]] 3 Nonetheless, these directories still have to be supported also for the root directory (under NTFS, a "dir ." in the root directory shows all files/subdirectories in the root directory , a "cd .." in the root directory does nothing but does not report an error/wrong path).3 Nonetheless, these directories still have to be supported also for the root directory (under NTFS, a "dir ." in the root directory shows all files/subdirectories in the root directory except for "." and "..", a "cd .." in the root directory does nothing but does not report an error/wrong path).