Lennox Jacob
2007-01-21 04:39:14 UTC
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.
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.