Show / Hide Table of Contents

Class FileSystemDirectorySpecification

Specified a file system directory.

Inheritance
System.Object
StorageSpecification
FileSystemDirectorySpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public class FileSystemDirectorySpecification : StorageSpecification

Properties

View Source

Directory

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.

See Also

StorageSpecification
  • View Source
Back to top Copyright © DNV GL AS. All rights reserved.