Re: too long filename? ? ?
From: Mark Thornton (mark.p.thornton_at_ntl-spam-world.com)
Date: 03/12/04
- Next message: Rich Elswick: "Re: Visual Programming in Eclipse"
- Previous message: Horst Walter: "JMX and JVM Status"
- In reply to: nos: "Re: too long filename? ? ?"
- Next in thread: nos: "Re: too long filename? ? ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 12 Mar 2004 17:55:04 +0000
nos wrote:
> "Mark Thornton" <mark.p.thornton@ntl-spam-world.com> wrote in message
> news:zi44c.362$pA3.254@newsfe1-win...
>
>>
>
> Can you give an example? Is that a regular expression?
> Where is it documented?
> TIA
>
>
This is from the documentation for CreateFile at
http://msdn.microsoft.com/library/en-us/fileio/base/createfile.asp
lpFileName
[in] Pointer to a null-terminated string that specifies the name of the
object to create or open.
In the ANSI version of this function, the name is limited to MAX_PATH
characters. To extend this limit to 32,767 wide characters, call the
Unicode version of the function and prepend "\\?\" to the path. For more
information, see Naming a File.
- Next message: Rich Elswick: "Re: Visual Programming in Eclipse"
- Previous message: Horst Walter: "JMX and JVM Status"
- In reply to: nos: "Re: too long filename? ? ?"
- Next in thread: nos: "Re: too long filename? ? ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|