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

Returns the complete path name of the appliction resource file.

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

Syntax

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

Parameters

name
Type: System..::.String
The file name.

Return Value

The complete path name of the application resource.

See Also