Results 1 to 6 of 6

Thread: General Q about haveing a save and a save as

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448

    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?

  2. #2
    New Member
    Join Date
    Mar 2002
    Posts
    15
    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

  3. #3
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333
    Check to see if the file already exists.

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448
    how would i see if the file exists?

  5. #5
    The picture isn't missing BuggyProgrammer's Avatar
    Join Date
    Oct 2000
    Location
    Vancouver, Canada
    Posts
    5,217
    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 .

  6. #6

    Thread Starter
    Hyperactive Member
    Join Date
    Jan 2002
    Posts
    448
    thx

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width