NSFileManager.CreateSymbolicLink 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateSymbolicLink(NSUrl, NSUrl, NSError) |
지정된 기호 링크를 만들고, 성공 또는 실패를 반환하고, 오류(있는 경우)를 인코딩하려고 시도합니다. |
CreateSymbolicLink(String, String, NSError) |
CreateSymbolicLink(NSUrl, NSUrl, NSError)
지정된 기호 링크를 만들고, 성공 또는 실패를 반환하고, 오류(있는 경우)를 인코딩하려고 시도합니다.
[Foundation.Export("createSymbolicLinkAtURL:withDestinationURL:error:")]
public virtual bool CreateSymbolicLink (Foundation.NSUrl url, Foundation.NSUrl destURL, out Foundation.NSError error);
abstract member CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * -> bool
override this.CreateSymbolicLink : Foundation.NSUrl * Foundation.NSUrl * -> bool
매개 변수
- url
- NSUrl
- destURL
- NSUrl
- error
- NSError
반환
- 특성
적용 대상
CreateSymbolicLink(String, String, NSError)
[Foundation.Export("createSymbolicLinkAtPath:withDestinationPath:error:")]
public virtual bool CreateSymbolicLink (string path, string destPath, out Foundation.NSError error);
abstract member CreateSymbolicLink : string * string * -> bool
override this.CreateSymbolicLink : string * string * -> bool
매개 변수
- path
- String
- destPath
- String
- error
- NSError
반환
- 특성