Class StorageSpecification
Base class for storage specifications.
Inheritance
StorageSpecification
Inherited Members
Namespace: DNVGL.One.Compute.Core.FlowModel.DataTransfer
Assembly: DNVGL.One.Compute.Core.dll
Syntax
[DataContract]
public abstract class StorageSpecification
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 |
---|---|
string | A platform compatible path. |