home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / mswindo / programm / win32 / 2664 < prev    next >
Encoding:
Internet Message Format  |  1993-01-04  |  951 b 

  1. Path: sparky!uunet!auspex-gw!guy
  2. From: guy@Auspex.COM (Guy Harris)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: Re: POSIX open and NTFS
  5. Message-ID: <16206@auspex-gw.auspex.com>
  6. Date: 4 Jan 93 21:51:29 GMT
  7. References: <1993Jan4.064639.24582@pasteur.Berkeley.EDU> <DAN.93Jan4082920@dan.watson.ibm.com>
  8. Sender: news@auspex-gw.auspex.com
  9. Organization: Auspex Systems, Santa Clara
  10. Lines: 11
  11. Nntp-Posting-Host: auspex.auspex.com
  12.  
  13. >POSIX specifies a minimum filename length of 14. It does not say
  14. >anything about Sys V or BSD.
  15.  
  16. Emphasis on "minimum"; i.e., it's perfectly OK for a POSIX-compliant
  17. system to allow file names longer than 14 characters, although a
  18. POSIX-compliant *application* should not *depend* on the system on which
  19. it's running supporting file names longer than 14 characters.
  20.  
  21. I.e., if anybody restricts file names to 14 characters and claims it's
  22. because they have to in order to be POSIX-compliant, they're full of
  23. prunes.
  24.