|
-
Jul 28th, 2000, 04:35 AM
#5
Addicted Member
ah...... but did you close/open the filesystem object each time?
Keep this bit running:
Set fs = CreateObject("Scripting.FileSystemObject")
Only reset this bit.
Set f = fs.GetFile(strOld)
No need to set x = nothing each time, just re-allocate the
variable, clean up at the end.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|