brgdotnet
asked on
Exactly where is System.IO.FileExists looking for the file?
I am working with some VB.net code. The folowing line of code checks if a file exists, but exactly which directory is it looking in as the directory path is never specified:
If System.IO.File.Exists(STRN ame) Then
' do something
End If
If System.IO.File.Exists(STRN
' do something
End If
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.