NSWorkspace.GetFileSystemInfo 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.
[Foundation.Export("getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:")]
[ObjCRuntime.ThreadSafe]
public virtual bool GetFileSystemInfo (string fullPath, out bool removableFlag, out bool writableFlag, out bool unmountableFlag, out string description, out string fileSystemType);
abstract member GetFileSystemInfo : string * * * * * -> bool
override this.GetFileSystemInfo : string * * * * * -> bool
Parameters
- fullPath
- String
- removableFlag
- Boolean
- writableFlag
- Boolean
- unmountableFlag
- Boolean
- description
- String
- fileSystemType
- String
Returns
- Attributes