Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the name of the file to the file path.
Syntax
Visual Basic Protected Function
AddPathToFilename( ByVal sFilename As string ) As stringC# 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