Share via


NSWorkspace.GetFileSystemInfo Method

Definition

[Foundation.Export("getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.ThreadSafe]
public virtual bool GetFileSystemInfo(string fullPath, out bool removableFlag, out bool writableFlag, out bool unmountableFlag, out string description, out string fileSystemType);
[<Foundation.Export("getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.ThreadSafe>]
abstract member GetFileSystemInfo : string * bool * bool * bool * string * string -> bool
override this.GetFileSystemInfo : string * bool * bool * bool * string * string -> bool

Parameters

fullPath
String
removableFlag
Boolean
writableFlag
Boolean
unmountableFlag
Boolean
description
String
fileSystemType
String

Returns

Attributes

Applies to