Can anyone confirm that the fx_FolderToList method of the FileXtra3 Xtra is
hobbled when attempting to list the folders and files within certain system
directories. Here's an example:

goFX = xtra("FileXtra3").new()
put
goFX.fx_FolderToList(goFX.fx_FolderGetSpecialPath("CSIDL_INTERNET_CACHE"))
-- ["desktop.ini", "AOL Preview Channel\", "Disney\", "MSNBC\", "The
Microsoft Network\", "The PointCast Business Network\", "Warner Bros\",
"Content.IE5\"]
goFX = 0

I'm using the fx_FolderGetSpecialPath method to get the path to the
"Temporary Internet Files" directory, then using that path with the
fx_FolderToList method. Obviously, it isn't returning all the files that are
in there. I can explore the directory and see about 500 files in there. The
desktop.ini file is definitely NOT the only file in there.

So my question is: is this a security restriction imposed on the Xtra?

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Christopher Watson
Sr. Software Engineer
Lightspan, Inc.
http://www.lightspan.com/
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-


[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi  To post messages to the list,
email [EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo.  Thanks!]

Reply via email to