|
-
Mar 20th, 2002, 07:35 PM
#1
Thread Starter
Hyperactive Member
General Q about haveing a save and a save as
i have my save as, but i want to know how can i check to see if they have saved it before so they dont have to go through all the save as stuff?
-
Mar 22nd, 2002, 02:15 PM
#2
New Member
Use a boolean and set it to true when they save it first time
Wahoo i know something or not as the case may be
-
Mar 22nd, 2002, 02:41 PM
#3
Check to see if the file already exists.
-
Mar 22nd, 2002, 10:13 PM
#4
Thread Starter
Hyperactive Member
how would i see if the file exists?
-
Mar 22nd, 2002, 10:15 PM
#5
The picture isn't missing
if Dir$("C:\autoexec.bat") <> "" Then
'the file exists
else
'the file is not there.
Remember, if someone's post was not helpful, you can always rate their post negatively  .
-
Mar 22nd, 2002, 10:16 PM
#6
Thread Starter
Hyperactive Member
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
|