Discussion:
Help please: creating a folder
Lennox Jacob
2007-01-21 04:39:14 UTC
Permalink
Hello,

I would like my app to create a folder "my Temp files" in the Documents Folder if it is not there already.

So I have this:

Dim f as folderItem
f = DocumentsFolder.child("my Temp files")
If not f.exists then

... and I am stuck there.

Please advise.

Thanks.

Lennox


---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
Seth Willits
2007-01-21 04:44:12 UTC
Permalink
Post by Lennox Jacob
Dim f as folderItem
f = DocumentsFolder.child("my Temp files")
If not f.exists then
f.CreateAsFolder


--
Seth Willits
Lennox Jacob
2007-01-21 04:49:48 UTC
Permalink
Thanks Seth,
Works great.
Lennox.
Post by Lennox Jacob
Dim f as folderItem
f = DocumentsFolder.child("my Temp files")
If not f.exists then
f.CreateAsFolder


--
Seth Willits



_______________________________________________
Unsubscribe or switch delivery mode:


Search the archives of this list here:




---------------------------------
Food fight? Enjoy some healthy debate
in the Yahoo! Answers Food & Drink Q&A.

Continue reading on narkive:
Loading...