| FileExists(FilePath) |
Check if file exists. If AutoFileCaseUpdate is set, allowing case differences (Linux).
If a file is found with same name but different case, the filePath is updated to match the case. |
| FileExists(String) |
Check if file exists. If AutoFileCaseUpdate is set, allowing case differences (Linux).
If a file is found with same name but different case, the path is updated to match the case. |
| FileExists(FilePath, Boolean) |
Check if file exists. If AutoFileCaseUpdate is set, allowing case differences (Linux).
If a file is found with same name but different case, the filePath is updated to match the case. |
| FileExists(String, String, Boolean) |
Check if file exists. If AutoFileCaseUpdate is set, allowing case differences (Linux).
If a file is found with same name but different case, the path is updated to match the case. |