다음을 통해 공유


NSFileManager.GetFileSystemAttributes 메서드

정의

오버로드

GetFileSystemAttributes(String)

지정된 볼륨에 대한 파일 시스템 특성을 반환합니다.

GetFileSystemAttributes(String, NSError)

지정된 볼륨에 대한 파일 시스템 특성을 반환합니다.

GetFileSystemAttributes(String)

지정된 볼륨에 대한 파일 시스템 특성을 반환합니다.

public Foundation.NSFileSystemAttributes GetFileSystemAttributes (string path);
member this.GetFileSystemAttributes : string -> Foundation.NSFileSystemAttributes

매개 변수

path
String

정보를 검색할 볼륨의 모든 파일 경로입니다.

반환

파일 시스템 속성이 포함된 NSFileSystemAttributes 개체이거나 오류 발생 시에 null입니다.

설명

이 함수는 지정된 경로와 연결된 파일 시스템 정보를 반환합니다. 경로는 볼륨에 포함된 모든 경로 이름입니다.

적용 대상

GetFileSystemAttributes(String, NSError)

지정된 볼륨에 대한 파일 시스템 특성을 반환합니다.

public Foundation.NSFileSystemAttributes GetFileSystemAttributes (string path, out Foundation.NSError error);
member this.GetFileSystemAttributes : string *  -> Foundation.NSFileSystemAttributes

매개 변수

path
String

정보를 검색할 볼륨의 모든 파일 경로입니다.

error
NSError

오류 조건을 반환하는 오류 개체입니다.

반환

파일 시스템 속성을 포함하는 NSFileSystemAttributes 개체이거나 오류 발생시 null입니다.

설명

이 함수는 지정된 경로와 연결된 파일 시스템 정보를 반환합니다. 경로는 볼륨에 포함된 모든 경로 이름입니다.

적용 대상