Thread: Text Files
View Single Post
  #9 (permalink)  
Old 01-19-2008, 02:14 PM
specci48's Avatar
specci48 specci48 is offline
Basic4ppc Expert
 
Join Date: Apr 2007
Location: Germany
Posts: 638
Default

Quote:
Originally Posted by mick View Post
MyFileName = "My Documents\TestFile"
Suffix = ".txt"
If FileExist(MyFileName & Suffix) = true Then
MyFileName = "My Documents\TestFile2"
Is this missing \ a typo in you post or even in your code?

specci48
Reply With Quote