Search

Join Paths

Last Updated: May 10, 2022

Articles

Use this function to join the given folder paths.

Syntax

Join Paths (path_1, path_2)

Parameters

Input Parameter Name Description
path_1 First folder path
path_2 Second folder path

Returns

Return value Description
Path Returns the joined folder path

Sample

Join 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?