file naming conventions

Ask a Question related to Windows XP/2000/ME, Design and Development.

  1. #1

    Default file naming conventions

    What is the maximum length allowed for a filename in
    Windows XP? Where can I find the latest
    limitations/restrictions?
    T Hunt Guest

  2. Similar Questions and Discussions

    1. PDF naming conventions in 5.0
      I use 5.0 and received a PDF with " and X in the name. I cannot open it. I assume it is because of the X or ". Can someone advise me if this is...
    2. naming conventions and variables
      Hey, I need some help. I want to go: _root.createTextField("textfield_name" + i, 0, 0,0,100,100); textfield_name +i.text = "some text"; of...
    3. What is meant by new/different naming conventions for OS X ?
      I've been scanning the forum and came across a few topics where problems were resolved by reassigning a new name to a file/doc. I'm understanding...
    4. [PHP-DEV] resepcting naming/style conventions
      When writing an extension for an API (non-oop) that uses "studlyCaps" naming style, which naming style should be respected? PHP's...
    5. object naming conventions
      Hi, all! Till now we let tables for different applications start with a specific two character shortcut. So we do not run into the above...
  3. #2

    Default file naming conventions

    Depends on your file structure format. DOS using the
    standard File Allocation Format Table (FAT)is limited to
    what the old timers call the eight dot three or 8.3 when
    using processors that were 16 bit. This means the
    filename can't be longer that 8 characters long. Then
    came the 32bit processors and with them the FAT32 file
    format which allowed I believe filenames at least 32
    characters long (might be wrong on the max number). The
    large filenames carry to the NT File System (NTFS) in
    WinNT, Win2000 and XP. The extensions, filename.xxx, are
    still limited to 3.

    Bill
    >-----Original Message-----
    >What is the maximum length allowed for a filename in
    >Windows XP? Where can I find the latest
    >limitations/restrictions?
    >.
    >
    Bill Crouch Guest

  4. #3

    Default Re: file naming conventions

    In article <09d101c34fa6$a0112730$a501280a@phx.gbl>, [email]noone@nowhere.net[/email]
    says...
    > The extensions, filename.xxx, are
    > still limited to 3.
    So what happens to a file called Bookmarks.html ? Does windows only see
    it as Bookmarks.htm ?
    --
    (I may be wrong...I usually am....)
    Google is your Friend
    Email address deliberately false to avoid spam:
    [url]www.gbpcomputing.co.uk[/url]

    rifleman Guest

  5. #4

    Default Re: file naming conventions

    "LVTravel" <jtrashbin@dmv.com> wrote in message
    news:vhoedblkkm3c54@corp.supernews.com...
    > Actually with ME, 2000 & XP there can be as many characters
    after the . as
    > you want.

    And you can have multiple dots, so filenames of the format
    abcdefg.hij.klm.nop are valid.

    --
    Ken Blake
    Please reply to the newsgroup

    > Interestingly enough, although NTFS can handle filenames of up
    to 255
    > characters, files created from the command line can only have
    filenames up
    > to 253 characters.
    >
    > The special characters that cannot appear in an NTFS filename
    are as
    > follows:
    > ? " / \ < > * | :
    >
    > WARNING:
    > Using any 16-bit program such as the Windows 3.x File Manager
    or a DOS
    > utility such as Norton Commander to manipulate files that have
    long
    > filenames will destroy the long filenames! If this is on an
    NTFS volume, all
    > the security information will be eliminated as well! Only use
    32-bit
    > programs that support long filenames to move or copy files on
    an NTFS
    > volume.
    >
    > The filename does include the entire path so the file called
    fict.bat will
    > be at a minimum of 11 characters long (C:\fict/bat) or if it is
    C:\Documents
    > and Settings\LVTravel\My Documents\Documents\fict.bat it is
    much longer
    > filename. Even though NTFS can handle file names that long if
    you attempt
    > to save the path to a CD-R disk it will choke since the allowed
    path is much
    > shorter on CD-Rs using the normal Joilet format.
    >
    > See
    >
    [url]http://scilnet.fortlewis.edu/tech/NT-Server/file_names.htm#Long_Filenames[/url]
    > for alittle more than I took from the web site.
    >
    >
    > "rifleman" <me@privacy.net> wrote in message
    > news:MPG.19862ac275a53e2c9896e7@msnews.microsoft.c om...
    > > In article <09d101c34fa6$a0112730$a501280a@phx.gbl>,
    [email]noone@nowhere.net[/email]
    > > says...
    > >
    > > > The extensions, filename.xxx, are
    > > > still limited to 3.
    > >
    > > So what happens to a file called Bookmarks.html ? Does
    windows only see
    > > it as Bookmarks.htm ?
    > > --
    > > (I may be wrong...I usually am....)
    > > Google is your Friend
    > > Email address deliberately false to avoid spam:
    > > [url]www.gbpcomputing.co.uk[/url]
    > >
    >
    >

    Ken Blake Guest

  6. #5

    Default Re: file naming conventions

    Ken,

    Yep! Really didn't want to confuse T. Hunt any more than we already have.


    "Ken Blake" <kblake@this.is.an.invalid.domain.com> wrote in message
    news:vhognu17fbn08@corp.supernews.com...
    > "LVTravel" <jtrashbin@dmv.com> wrote in message
    > news:vhoedblkkm3c54@corp.supernews.com...
    >
    > > Actually with ME, 2000 & XP there can be as many characters
    > after the . as
    > > you want.
    >
    >
    > And you can have multiple dots, so filenames of the format
    > abcdefg.hij.klm.nop are valid.
    >
    > --
    > Ken Blake
    > Please reply to the newsgroup
    >
    >
    > > Interestingly enough, although NTFS can handle filenames of up
    > to 255
    > > characters, files created from the command line can only have
    > filenames up
    > > to 253 characters.
    > >
    > > The special characters that cannot appear in an NTFS filename
    > are as
    > > follows:
    > > ? " / \ < > * | :
    > >
    > > WARNING:
    > > Using any 16-bit program such as the Windows 3.x File Manager
    > or a DOS
    > > utility such as Norton Commander to manipulate files that have
    > long
    > > filenames will destroy the long filenames! If this is on an
    > NTFS volume, all
    > > the security information will be eliminated as well! Only use
    > 32-bit
    > > programs that support long filenames to move or copy files on
    > an NTFS
    > > volume.
    > >
    > > The filename does include the entire path so the file called
    > fict.bat will
    > > be at a minimum of 11 characters long (C:\fict/bat) or if it is
    > C:\Documents
    > > and Settings\LVTravel\My Documents\Documents\fict.bat it is
    > much longer
    > > filename. Even though NTFS can handle file names that long if
    > you attempt
    > > to save the path to a CD-R disk it will choke since the allowed
    > path is much
    > > shorter on CD-Rs using the normal Joilet format.
    > >
    > > See
    > >
    > [url]http://scilnet.fortlewis.edu/tech/NT-Server/file_names.htm#Long_Filenames[/url]
    > > for alittle more than I took from the web site.
    > >
    > >
    > > "rifleman" <me@privacy.net> wrote in message
    > > news:MPG.19862ac275a53e2c9896e7@msnews.microsoft.c om...
    > > > In article <09d101c34fa6$a0112730$a501280a@phx.gbl>,
    > [email]noone@nowhere.net[/email]
    > > > says...
    > > >
    > > > > The extensions, filename.xxx, are
    > > > > still limited to 3.
    > > >
    > > > So what happens to a file called Bookmarks.html ? Does
    > windows only see
    > > > it as Bookmarks.htm ?
    > > > --
    > > > (I may be wrong...I usually am....)
    > > > Google is your Friend
    > > > Email address deliberately false to avoid spam:
    > > > [url]www.gbpcomputing.co.uk[/url]
    > > >
    > >
    > >
    >
    >

    LVTravel Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139