NSFileManager.FileExists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
FileExists(String) |
Whether the specified file exists. |
FileExists(String, Boolean) |
FileExists(String)
Whether the specified file exists.
[Foundation.Export("fileExistsAtPath:")]
public virtual bool FileExists (string path);
abstract member FileExists : string -> bool
override this.FileExists : string -> bool
Parameters
- path
- String
Returns
- Attributes