John_Klassek
11-18-2003, 05:57 AM
I'm just wondering whether there is a Global Variable for "My Documents".
I entered the following:
Zip.Extract("Setup\\Pictures\\Pictures.zip", {"*.*"}, _MyDocuments "\\My Pictures\\", false, false, "", ZIP_OVERWRITE_NEVER, nil)
Of course, no such Global Variable yet exists. I then tried:
myDocs = Shell.GetFolder(SHF_MYDOCUMENTS);
Zip.Extract("Setup\\Pictures\\Pictures.zip", {"*.*"}, myDocs, "\\My Pictures\\", false, false, "", ZIP_OVERWRITE_NEVER, nil)
Still no progress, of course.
Any help here is appreciated.
Thanks.
John
I entered the following:
Zip.Extract("Setup\\Pictures\\Pictures.zip", {"*.*"}, _MyDocuments "\\My Pictures\\", false, false, "", ZIP_OVERWRITE_NEVER, nil)
Of course, no such Global Variable yet exists. I then tried:
myDocs = Shell.GetFolder(SHF_MYDOCUMENTS);
Zip.Extract("Setup\\Pictures\\Pictures.zip", {"*.*"}, myDocs, "\\My Pictures\\", false, false, "", ZIP_OVERWRITE_NEVER, nil)
Still no progress, of course.
Any help here is appreciated.
Thanks.
John