Audax321
Well-known member
- Joined
- May 4, 2002
- Messages
- 90
Okay, I have this code...
Pretty straight forward, right? Its fine when the IF statement is TRUE. If, however, the directory doesnt exist, instead of just quietly skipping the code, it decides to give me an error and crash like a spoiled brat.... Anyone know, how to fix this?
Thanks..
Code:
If(system.io.directory.exists(path) = True) THen
do some crap
End if
Pretty straight forward, right? Its fine when the IF statement is TRUE. If, however, the directory doesnt exist, instead of just quietly skipping the code, it decides to give me an error and crash like a spoiled brat.... Anyone know, how to fix this?
Thanks..
Last edited by a moderator: