On Mar 11, 2007, at 19:08 UTC, Sven E Olsson wrote: > ' create a folderitem from the absolute path > f = GetFolderItem(pathStr) > > The pathStr is created from d.absolutepath and is 266 bytes long .. > two folders have names about 50 bytes long. What is the limit? Should > it not be a filename longer than 32 bytes? ... or was it 64 or 256 ...
No, there's no such limit any more. If you want to see how AbsolutePath can fail, just mount another volume with the same name as something local, and watch as the OS tries to guess which one you mean! (Of course, sometimes it will guess correctly... that's what's insidious about AbsolutePath; it *usually* works!) Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives: <http://support.realsoftware.com/listarchives/lists.html>
