fileExistsby Group Public on Wednesday November 18 2009 @ 13:53:59 (1/1 Points) |
|
| API ↪Reference ✑ Reply ✓ Stick It ✗ Ditch It ⚐ Tag It |
fileExists is a condition→ which checks if a certain file exists. The file may be absolute or relative and is subject to normal file resolution.
if fileExists %Filename% Notice Yes, the file exists. end
TestPlan fileExists
