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

Returns the disk file path for a source file

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

Syntax

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

Parameters

name
Type: System..::.String
the file path starting from the application directory.

Return Value

The complete disk path of the file. e.g. c:\OfficeClip\utils\file.aspx

See Also