AddPathToFilename Method

Adds the name of the file to the file path.

Syntax

Visual Basic  Protected  Function 
AddPathToFilename( ByVal sFilename As string ) As string
C# protected  string 
AddPathToFilename(string sFilename );
Managed C++ protected:  string 
AddPathToFilename(string sFilename );
JScript protected  function
AddPathToFilename(sFilename : string );

Parameters

sFilename Required. string. The filename to add to the path.

Return Value

string containing the full path of the file.

Applies To

BaseRichControl

See Also

Internet Explorer WebControls