다음을 통해 공유


NSFileManager.CreateSymbolicLink 메서드

정의

오버로드

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

반환

특성

적용 대상