FindPathStatusValues

The Engine.FindPath method returns one of these constants to indicate the results of the path search.

  • FindPath_PathIsDir –(Value: 2) The FindPath method returned the path of a directory.
  • FindPath_PathIsFile –(Value: 1) The FindPath method returned the path of a file.
  • FindPath_PathNotFound –(Value: 3) The FindPath method failed to locate a directory or file with the name you specified.
  • FindPath_PathNotValid –(Value: 4) The pathname you passed to the FindPath method is not valid.

See Also

Engine.DisplaySearchDirDialog

Engine.FindPath

Engine.SearchDirectories