- file system name
In Tcl's core file system always returns just "native" on Unix, MacOS, because the platform-specific filesystems do not implement further details. On Windows, "native NTFS" or "native FAT" is returned, depending on the disk. It would be useful to update MacOS with 'HFS' or 'HFS+' or 'iDisk' etc. and Unix with 'NFS' or 'FAT32' etc...Is anyone interested in contributing code to do this on any of these platforms? The code simply needs to take a Tcl_Obj representation of a path, and return a Tcl_Obj containing a string with the system type. (see TclpFilesystemPathType in tcl(Unix|Mac)File.c)
What's the meaning of the argument name? I've tried file system dummfug, and the function returned the same value as with file system win. Is it a dummy argument? - RS: no - e.g. on Windows XP I see
What's the meaning of the argument name? I've tried file system dummfug, and the function returned the same value as with file system win. Is it a dummy argument? - RS: no - e.g. on Windows XP I see
% file system d: native NTFS % file system e: native CDFS