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

This function is used to translate the apppaths obtained from the OCResources to the disk path

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

Syntax

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

Parameters

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

Return Value

The real path of the file on the disk

See Also