Return the character separator of path of the system.
1 file.separator
<file.separator />
Returns | |
---|---|
Type | Description |
String | '/' or '\' according to SO. |
Example
Set a path
Copy
<xsql-script name='file_separator_sample1'> <body> <set name='m_path'> <string>c:<file.separator />jas</string> </set> <println>Ruta: <m_path/></println> </body> </xsql-script>