in reply to Re: Using WINZIP or others from Perl
in thread Using WINZIP or others from Perl
POSIX ComplianceThese are microsoft's claims found here at MS. Unless told other wise the OS will act on information in the NTFS file system as case insenitive but it will display file information in a case senitive way and can be forced to work in a case sensitive manner.
If you want POSIX compliance, you must use NTFS. POSIX compliance permits UNIX programs to be ported to Windows 2000. Windows 2000 is fully compliant with the Institute of Electrical and Electronic Engineers (IEEE) standard 1003.1, which is a standard for file naming and identification.The following POSIX-compliant features are included in NTFS:
• Case-sensitive naming. For example, POSIX would interpret README.TXT, Readme.txt, and readme.txt as different files.
• Hard links. A file can be given more than one name. This allows two different file names, which can be located in different folders, to point to the same data.
• Additional time stamps. These show when the file was last accessed or modified.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Using WINZIP or others from Perl
by UnderMine (Friar) on Mar 11, 2004 at 22:00 UTC |