Class FileSystemDirectorySpecification
Specifies a file system directory.
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class FileSystemDirectorySpecification : StorageSpecification
Properties
View SourceDirectory
Gets or sets the directory.
Declaration
public string Directory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The directory. |
Remarks
If null or empty, the current directory will be assumed.
Methods
View SourceToString()
Returns a
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String | A |