NSWorkspace.GetFileSystemInfo Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
[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
Parámetros
- fullPath
- String
- removableFlag
- Boolean
- writableFlag
- Boolean
- unmountableFlag
- Boolean
- description
- String
- fileSystemType
- String
Devoluciones
- Atributos