MMF2 - Accessing Web Folders Vista
I am using Vista and I've mapped to a web folder. I want to use MMF2 to be able to access the files and subfolders in the web folder.
I ran a test app where I used the file object to select the web folder and then used the tree object to list the files.
Problem: I got the file object to select but have not been able to get the tree object object to correctly explore the directory.
Any suggestions on how to access a web folder?
Re: MMF2 - Accessing Web Folders Vista
You could try using the list object or Sphax's File/Folder object to list the files and folders then manipulate the tree control. I've never worked with Web Folders or Vista, so I can't say how well it'll work.
Re: MMF2 - Accessing Web Folders Vista
I have used the file object to display the directory selector. And it acts like it selects the folder and logs in. But I then use the current directory option to tell the tree control to explore the directory and the desktop directory is used.
I assume after picking the web folder I use the Current Directory option to get what directory the file object is set to which should be the web folder but no go.