Results 1 to 6 of 6

Thread: Reserved names?

  1. #1

    Thread Starter
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Reserved names?

    Make a new folder, and try to name it aux, or nul or con.

    Why does it not work?

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Posts
    4,787

    Re: Reserved names?

    Quote Originally Posted by mendhak
    Make a new folder, and try to name it aux, or nul or con.

    Why does it not work?
    Nope, doesnt work here on XP

  3. #3
    Frenzied Member thegreatone's Avatar
    Join Date
    Aug 2003
    Location
    Oslo, Norway. Mhz:4800 x12
    Posts
    1,333

    Re: Reserved names?

    They are reserved folder/file names, i can't remember why, but its true.
    Zeegnahtuer?

  4. #4
    Fanatic Member ALL's Avatar
    Join Date
    Jul 2004
    Location
    192.168.1.1
    Posts
    711

    Re: Reserved names?

    i got this while trying to save a txt file named that:


    i also got a different error in photoshop, it said "this file name is locked" is there somthing going on on my computer that i dont know about?
    Attached Images Attached Images  
    Please support one of my projects?
    TKForums.com

    Web Forum
    JavaScript Wiki
    ________________________
    If somone helps you, please rate their post, by clicking the to rate their post

  5. #5
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: Reserved names?

    what part of "reserved device name" is so hard to understand?
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  6. #6
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Reserved names?

    Yes they are reserved names for device files. A full list of which can be found here.

    If you have a printer connected to LPT1 you can type the following at the command line and it will print it:
    Code:
    C:\>echo hello > lpt1
    They are just like regular files, in that you can read and write to them but they instead correspond to devices.
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

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