Class FileSystemDirectorySpecification
Specified 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.