In python, you can use:
or
or
see: https://www.btelligent.com/en/blog/best-...-part-1-2/ and https://realpython.com/python-raw-strings/
Hybrid always converts backslashes to slashes since Windows (like all other OSs) does support using slashes in file paths.
(in the comments Hybrid uses whatever is native to the OS)
Cu Selur
r"PATH to file with backslashes"
"PATH to file with doubled backslashes"
"PATH to file with slashes"
Hybrid always converts backslashes to slashes since Windows (like all other OSs) does support using slashes in file paths.
(in the comments Hybrid uses whatever is native to the OS)
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.