Class StorageSpecification
Base class for storage specifications.
Inheritance
System.Object
StorageSpecification
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
public abstract class StorageSpecification : object
Methods
View SourceGetNormalizedDirectory()
Normalizes the directory by replacing any occurrences of back slashes, forward slashes, or a combination of both with the platform-specific directory separator character, to guarantee compatibility across different platforms.
Declaration
public abstract string GetNormalizedDirectory()
Returns
| Type | Description |
|---|---|
| System.String | A platform compatible path. |