IFileSystem CombinePaths Method NFX Class Library

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

Combines two or more path segments joining them using primary file system path separator

Namespace: NFX.IO.FileSystem
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

string CombinePaths(
	string first,
	params string[] others
)

Parameters

first
Type: OnlineSystem String
others
Type:  OnlineSystem String 

Return Value

Type: OnlineString
See Also