Show / Hide Table of Contents

Class FileSystemDirectorySpecification

Specifies 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.

Methods

View Source

ToString()

Returns a that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A that represents this instance.

See Also

StorageSpecification
  • View Source
In This Article
Back to top Copyright © DNV AS. All rights reserved.