|
FtpPathCombine Method
|
Combines an array of strings into an FTP path.
Namespace: GSF.Net.FtpAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.207-beta
Syntax Public Shared Function Combine (
ParamArray paths As String()
) As String
GSF.Net.Ftp.FtpPath.Combine = function(... paths);
View SourceParameters
- paths String
- An array of parts of the path.
Return Value
StringThe combined paths.
Exceptions Remarks paths should be an array of the parts of the path to combine.
If the one of the subsequent paths is an absolute path,
then the combine operation resets starting with that absolute path,
discarding all previous combined paths.
Zero-length strings are omitted from the combined path.
See Also