|
-
May 18th, 2001, 09:40 AM
#2
Lively Member
OK, presumably you have a string someplace with the ZIP files name in it. This code below may help
Dim FileID as long
fileid=freefile
open "c:\zipfiles\" & filename & ".txt" for output as fileid
print #fileid, {The information you want to enter}
close #fileid
Hope this helps
Chri
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
|