So is desktop folder still a property of the folderitem class on
Windows as
the language reference suggests?
No, DesktopFolder is a global method call that returns a FolderItem
which points to the proper desktop for the current user. You use it
like this:
Dim desk as FolderItem
desk = DesktopFolder
HTH!
~Aaron
--
REAL World 2005 - The REALbasic User Conference
March 23-25, 2005, Austin, Texas
<http://www.realsoftware.com/realworld>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|