FileSystem.CombinePaths(String, String) Method

Top 

Description

Combines the specified paths.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

FileSystem.CombinePaths(

String path1,


String path)

 

 

Arguments

path1


Description:

The path with which all other paths will be combined.

 

 

path


Description:

Path to combine with the base path.

Repeatable:

1 to Unlimited times

 

 

 

Return Value

Type:

string

 

 

Returns the combination of the specified paths.

 

Syntax

myString1 = FileSystem.CombinePaths(myString2, myString3);

 

 

See also

FileSystem Object

Interfacing with Files Guide