Skip to main content
Skip table of contents

SEPARATOR

Typ

 

Versionshinweise

12.2

Web Client 

Code

GROOVY
FileUtils.SEPARATOR

Beschreibung

Betriebsystemspezifisches Trennzeichen bei Pfadangeben. '\' für Windows oder '/' für Linux.

Beispiele

GROOVY
String path = "Folder" + FileUtils.SEPARATOR + "Filename";
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.