Altova FlowForce Server 2026 Advanced Edition

Combine des chemins fournis comme arguments dans un chemin.

 

 

Signature

join-paths(string1 sous forme de string, string2 sous forme de string, stringN sous forme de string) -> string

 

 

Paramètres

Nom

Type

Description

string1

Chaîne

Spécifie une seule étape de chemin à joindre. Tous les arguments consécutifs doivent être séparés par une virgule.

string2

Chaîne

Comme ci-dessus.

stringN

Chaîne

Comme ci-dessus.

 

 

Exemples

Sur Windows, les expressions suivantes renvoient C:\tmp\test.txt :

 

join-paths('C:\tmp', 'test.txt')

join-paths('C:\tmp', 'test.txt')

join-paths('C:\', 'tmp', 'test.txt')

join-paths('C:\Users', '\tmp', 'test.txt')

join-paths('D:\Data', 'C:\tmp', 'test.txt')

 

Sur Linux, les expressions suivantes renvoient /home/user/test.txt :

 

join-paths('/home/user', 'test.txt')

join-paths('/var', '/home/user', 'test.txt')

 

© 2020-2026 Altova GmbH