Recent content by saj

  1. S

    Finding a file in a directory

    Ahhh I saw Dir being used but just thought it was used to grab the next file in the directory; but after checking the API I see that's not the case. Thanks for the reply though Bob.
  2. S

    Finding a file in a directory

    Just wondering if there's some sort of native function that when given an absolute path to a directory and the name of the file, the function returns true/false based on whether or not that directory contains the provided file name? Or at least some similar function that I could use to get the...
  3. S

    Unexpected behavior of WScript.Shell SpecialFolders function

    Hi all, I just had a quick question regarding the functionality of the SpecialFolders function of WScript.Shell. In my code I have the pretty standard lines: Set objWSHShell = CreateObject("WScript.Shell") SpecialFolderPath = objWSHShell.SpecialFolders(strFolder) Where strFolder is going to...
Back
Top Bottom