[This is preliminary documentation and is subject to change.]

This function is used to translate the xml and xsd files, where disk file is required

Namespace:  OfficeClip.Utils
Assembly:  OfficeClip.Utils (in OfficeClip.Utils)
Version: 8.1.1.0

Syntax

C#
public static string ToDiskPath(
	string name
)
Visual Basic (Declaration)
Public Shared Function ToDiskPath ( _
	name As String _
) As String
Visual C++
public:
static String^ ToDiskPath(
	String^ name
)

Parameters

name
Type: System..::.String
The virtual path of the file

Return Value

The real name of the file

See Also