What are reserved filenames for various platforms?

前端 未结 7 1510
醉酒成梦
醉酒成梦 2020-11-28 15:00

I\'m not asking about general syntactic rules for file names. I mean gotchas that jump out of nowhere and bite you. For example, trying to name a file \"COM\" on Wi

7条回答
  •  情深已故
    2020-11-28 15:35

    Well, for MSDOS/Windows, NUL, PRN, LPT and CON. They even cause problems if used with an extension: "NUL.TXT"

提交回复
热议问题