Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Support.Utility.FileToPhysical Method

Translates a file path to the appropriate form of the operating system where the application is executing. YetaWF internally uses the "/" character, which may need to be translated for some operating systems, like Windows.

Class: YetaWF.Core.Support.Utility
Namespace: YetaWF.Core.Support
Assembly: YetaWF.Core

Syntax

public static string FileToPhysical( string file );

Parameters

file

A file path to translate.

Return Value

The file path translated to the appropriate form of the operating system where the application is executing.

See Also YetaWF.Core.Support.Utility ClassYetaWF.Core Overview