Search

Join Two Paths

Last Updated: Dec 1, 2020

Articles

Use this function to join the given folder paths.

Syntax

Join Two Paths (path1, path2)

Parameters

Input Parameter Name Description
path1 First folder path
path2 Second folder path

Returns

Return value Description
Path Returns the joined folder path

Sample

Join Two Paths (C:\Invoices, Travel_Invoice.pdf)

  • Returns the joined path of ‘C:\Invoices’ and ‘Travel_Invoice.pdf’ as ‘C:\Invoices\Travel_Invoice.pdf’.

To view all the File functions, click here.

Did you find what you were looking for?