What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » copy file

copy file
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: copy file
quote:
Originally posted by whiz
although I don't know what's with the "\\?\" bit.
In a very simple nutshell, that is a special indication, prefix if you will, to tell Windows that a (very) long path name will follow.

More and proper details can be found on the MSDN library.

Also see the very first link in that article about the RemoveDirectory API, which Matty pointed to earlier:
quote:
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.



Anyways, the point is that it is not wrong. In fact, it is mandatory to be there for many Unicode APIs if you don't want the run into the default path length limitation (which is normally just 260 characters).

;)

This post was edited on 07-15-2009 at 11:37 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-15-2009 11:23 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
copy file - by ainain on 05-25-2009 at 05:20 PM
RE: copy file - by matty on 05-25-2009 at 05:36 PM
RE: copy file - by ainain on 05-30-2009 at 03:38 PM
RE: copy file - by Mnjul on 05-30-2009 at 03:49 PM
RE: copy file - by wincy on 05-30-2009 at 10:29 PM
RE: copy file - by whiz on 07-14-2009 at 01:10 PM
RE: copy file - by NanaFreak on 07-14-2009 at 01:15 PM
RE: copy file - by matty on 07-14-2009 at 01:51 PM
RE: RE: copy file - by whiz on 07-14-2009 at 02:22 PM
RE: copy file - by matty on 07-14-2009 at 02:29 PM
RE: copy file - by whiz on 07-14-2009 at 02:51 PM
RE: copy file - by matty on 07-14-2009 at 02:53 PM
RE: copy file - by whiz on 07-14-2009 at 02:58 PM
RE: copy file - by matty on 07-14-2009 at 03:03 PM
RE: copy file - by whiz on 07-14-2009 at 03:19 PM
RE: copy file - by matty on 07-14-2009 at 03:27 PM
RE: copy file - by whiz on 07-14-2009 at 03:33 PM
RE: copy file - by matty on 07-14-2009 at 06:17 PM
RE: copy file - by whiz on 07-14-2009 at 07:24 PM
RE: copy file - by matty on 07-15-2009 at 12:43 PM
RE: RE: copy file - by whiz on 07-15-2009 at 06:31 PM
RE: copy file - by matty on 07-15-2009 at 07:57 PM
RE: copy file - by whiz on 07-15-2009 at 08:14 PM
RE: copy file - by CookieRevised on 07-15-2009 at 11:23 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On