Olórin
Tue Mar 18 03:41:58 PDT 2008
Olórin wrote:
> batugajah wrote:
>> Can't copy files to thumbdrive getting error [file path too deep] and
>> I can't transfer files to my pda also thru activesync.Can anyone help
>> me please.thanks in advance
>
> What have you tried so far? Google would be a good place to start:
>
>
http://www.google.co.uk/search?hl=en&q=%22file+path+too+deep%22&meta=
>
> Sounds like the full path to the files is too long. If your file's
> located at, for instance
>
> C:\Documents and Settings\Extremely funny login name I thought
> up\Extremely funny login name I thought up's Documents\Extremely
> funny login name I thought up's Pictures\Digital photos from our new
> camera\Holiday pictures\2007\August\Me and all my chums in
> Katmandu.jpg
> then the path is 268 characters long. There's a limit of 255
> characters, which I'd hazard is your problem here.
PS It looks like robocopy doesn't have this problem so you could try using
that. By default it supports "very long path (> 256 characters)", which can
be turned of with a "/256" switch.
http://www.ss64.com/nt/robocopy.html
Oh, is it 256? Thought it was 255.... nev' mind.