isNoSuchFileOrDirectory property

bool isNoSuchFileOrDirectory

Occurs when the requested file or directory does not exist; or its parent directory does not exist.

Implementation

bool get isNoSuchFileOrDirectory {
  return _checkCode(this, isNoSuchFileOrDirectoryCode);
}