Re: File names size limit?
- From: "Pegasus \(MVP\)" <I.can@xxxxxxx>
- Date: Sun, 11 Mar 2007 17:33:50 +1100
"Alejandro" <alexware69@xxxxxxxxxxx> wrote in message
news:eKJDS0zYHHA.4264@xxxxxxxxxxxxxxxxxxxxxxx
Hi, I posted this question some time ago with no luck, so I would like toknow
give a try again in case there are new info about this. I would like to
the file name size limit in windows vista (or windows server 2003 if
better). For NTFS the limit is 256 characters and this includes the whole
path like c:\folder1\folder2\folder3....\folderN.
I know Microsoft was working in a new file system and was planning to
include it with Vista but later they removed the proyect from Vista, this
file system was SQL-based and I suppose the limit for the file names would
be greatly increased...but now I dont know.
Any info?
Thanks!
Alejandro.
This is not correct. AFAIK, NTFS will support path lengths
of some 32,000 characters. However, most (but not all!)
Windows applications have a limit of 256 chars. Some applications,
e.g. ntbackup.exe, can go much further.
If you have Vista, find out for yourself! You could run the
following commands from a Command Prompt:
cd \
for /L %a in (1,1,30) do (md 1234567890 & cd 1234567890)
If successful the command will create a path of some 300 chars.
.
- References:
- File names size limit?
- From: Alejandro
- File names size limit?
- Prev by Date: File names size limit?
- Next by Date: Re: Defrag: impossible to defrag some files
- Previous by thread: File names size limit?
- Next by thread: Re: File names size limit?
- Index(es):
Relevant Pages
|