NSFileManager.CreateDirectory Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateDirectory(String, Boolean, NSFileAttributes, NSError) | |
CreateDirectory(String, Boolean, NSDictionary, NSError) | |
CreateDirectory(String, Boolean, NSFileAttributes) | |
CreateDirectory(NSUrl, Boolean, NSDictionary, NSError) |
Attemps zum Erstellen des angegebenen Verzeichnisses und zurückgeben erfolg- oder fehler. |
CreateDirectory(String, Boolean, NSFileAttributes, NSError)
public bool CreateDirectory (string path, bool createIntermediates, Foundation.NSFileAttributes attributes, out Foundation.NSError error);
member this.CreateDirectory : string * bool * Foundation.NSFileAttributes * -> bool
Parameter
- path
- String
- createIntermediates
- Boolean
- attributes
- NSFileAttributes
- error
- NSError
Gibt zurück
Gilt für:
CreateDirectory(String, Boolean, NSDictionary, NSError)
[Foundation.Export("createDirectoryAtPath:withIntermediateDirectories:attributes:error:")]
public virtual bool CreateDirectory (string path, bool createIntermediates, Foundation.NSDictionary attributes, out Foundation.NSError error);
abstract member CreateDirectory : string * bool * Foundation.NSDictionary * -> bool
override this.CreateDirectory : string * bool * Foundation.NSDictionary * -> bool
Parameter
- path
- String
- createIntermediates
- Boolean
- error
- NSError
Gibt zurück
- Attribute
Gilt für:
CreateDirectory(String, Boolean, NSFileAttributes)
public bool CreateDirectory (string path, bool createIntermediates, Foundation.NSFileAttributes attributes);
member this.CreateDirectory : string * bool * Foundation.NSFileAttributes -> bool
Parameter
- path
- String
- createIntermediates
- Boolean
- attributes
- NSFileAttributes
Gibt zurück
Gilt für:
CreateDirectory(NSUrl, Boolean, NSDictionary, NSError)
Attemps zum Erstellen des angegebenen Verzeichnisses und zurückgeben erfolg- oder fehler.
[Foundation.Export("createDirectoryAtURL:withIntermediateDirectories:attributes:error:")]
public virtual bool CreateDirectory (Foundation.NSUrl url, bool createIntermediates, Foundation.NSDictionary attributes, out Foundation.NSError error);
abstract member CreateDirectory : Foundation.NSUrl * bool * Foundation.NSDictionary * -> bool
override this.CreateDirectory : Foundation.NSUrl * bool * Foundation.NSDictionary * -> bool
Parameter
- url
- NSUrl
- createIntermediates
- Boolean
- error
- NSError
Gibt zurück
- Attribute