StorageMkdirParams
Namespace: Busy.Bar
Target path for a new directory.
public sealed record class StorageMkdirParams : System.IEquatable`1[[Busy.Bar.StorageMkdirParams, BusyBar, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → StorageMkdirParams
Implements IEquatable<StorageMkdirParams>
Attributes NullableContextAttribute, NullableAttribute
Properties
Path
Path, under /ext, of the directory to create.
public string Path { get; init; }
Property Value
Constructors
StorageMkdirParams(String)
Target path for a new directory.
public StorageMkdirParams(string Path)
Parameters
Path String
Path, under /ext, of the directory to create.