IsFile( path:path ) → bool
Tests if the specified path exists as a file.
Example:
if (IsFile("c:\\windows\\system32\\notepad.exe")) { ... }