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

Return the disk path of the resource folder

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

Syntax

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

Parameters

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

Return Value

The full disk path of the resource folder

See Also