FileSystem.PathExists
| Method | |
|---|---|
| Module | FileSystem | 
| Library | Core | 
| Action | Checks whether a path exists. | 
| Parameters |   | 
| Return values | If nothing is found then the method returns success but no rows; this is because a complex instruction script may want to continue to execute rather than fail abruptly. For each file or directory found: 
 | 
| Example | FileSystem.PathExists(Path:"c:\\tmp\\i*.txt"); FileSystem.PathExists(Path:"c:\\tmp"); FileSystem.PathExists(Path:"%programfiles%\\1E\\Tachyon\\TIMS\\Tachyon.InstructionManagementStudio.exe"); | 
| Platforms | 
 | 
| Notes |