Re: file names longer than MAX_PATH under Windows 2003
- From: "Sergey" <s323@xxxxxxx>
- Date: Wed, 15 Feb 2006 19:52:42 +0300
"Claudio Grondi" <claudio.grondi@xxxxxxxxxx> wrote in message news:dsvims$gps$1@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sergey wrote:
I don't know if and how it apply and can be of any help here, but in my C programs in the very past after switching from DOS to
Windows long names a following trick solved often my problems with too long names:
step 1: setting the current directory to the beginning part of the name with a length which can be passed as a function
parameter
step 2: usage of the remaining part of name as name passed as parameter to the file accessing function (relative to current
directory)
It seems this method doesn't help here.
.
- References:
- RE: file names longer than MAX_PATH under Windows 2003
- From: Tim Golden
- Re: file names longer than MAX_PATH under Windows 2003
- From: Sergey
- Re: file names longer than MAX_PATH under Windows 2003
- From: Claudio Grondi
- RE: file names longer than MAX_PATH under Windows 2003
- Prev by Date: Re: kwargs keyword evaluation
- Next by Date: Re: Embedding a binary file in a python script
- Previous by thread: Re: file names longer than MAX_PATH under Windows 2003
- Next by thread: RE: file names longer than MAX_PATH under Windows 2003
- Index(es):
Relevant Pages
|