This method is obsolete. See the Remarks section below. |
Description
The Utilities.IncludeTrailingBackslash
method ensures that the path specified by the Str parameter ends with the trailing path delimiter ('\').
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
Str
Specifies the desired path.
Result Value
The string that stores the given path with the trailing path delimiter ('\') at the end.
Remarks
This method is obsolete. It is supported for backward compatibility only. To add a trailing backslash to a path string, use the aqFileSystem.IncludeTrailingBackSlash
method.
See Also
IncludeTrailingBackSlash Method
ExcludeTrailingBackSlash Method