NSFileManager.CreateDirectory メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
- path
- String
- createIntermediates
- Boolean
- attributes
- NSFileAttributes
- error
- NSError
戻り値
適用対象
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
パラメーター
- path
- String
- createIntermediates
- Boolean
- error
- NSError
戻り値
- 属性
適用対象
CreateDirectory(String, Boolean, NSFileAttributes)
public bool CreateDirectory (string path, bool createIntermediates, Foundation.NSFileAttributes attributes);
member this.CreateDirectory : string * bool * Foundation.NSFileAttributes -> bool
パラメーター
- path
- String
- createIntermediates
- Boolean
- attributes
- NSFileAttributes
戻り値
適用対象
CreateDirectory(NSUrl, Boolean, NSDictionary, NSError)
指定したディレクトリを作成し、成功または失敗を返します。
[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
パラメーター
- url
- NSUrl
- createIntermediates
- Boolean
- error
- NSError
戻り値
- 属性