Share via


NSWorkspace.GetFileSystemInfo 方法

定义

[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

参数

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

返回

属性

适用于