CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    12

    "aux.dat" as a file name

    Why is is impossible to create a file in PC (under
    win95/98/NT) with the name "aux.dat"

    thanks,
    shai



  2. #2
    Join Date
    Apr 1999
    Posts
    48

    Re: "aux.dat" as a file name

    aux: used to be a device name in MSDOS. There is probably some residual code somewhere that still treats it specially, even when embedded in a longer name.


    Roger



  3. #3
    Join Date
    May 1999
    Posts
    35

    Re: "aux.dat" as a file name

    You can not have file name like Aux.* & COM1.*,COM2.*,LPT*.*.Because these are special types of file for OS.
    Ksheeraj

    39639,Leslie St.
    Apt #157
    Fremont USA 94538

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured