Replies: 2 comments
-
|
Hi! Can you tell us more about what you are doing and what you need this for? |
Beta Was this translation helpful? Give feedback.
-
|
Currently, the task is preserving access rights to pages in the database. In principle, page paths could be stored in the format currently returned by sqlpage.path(), but for simple comparison without path encoding, they have to be stored with standard slashes, which Windows standardly interprets as parameter identifiers. Unfortunately, Windows interprets paths with backslashes, so it would be nice if the function could return data appropriate for the OS SQLPage is running on, like the sqlpage.current_working_directory() function, which returns the path with a backslash. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get the path with the default backslash from sqlpage.path() on Windows, as well as get it as is without encoding? To avoid additional decoding. Alternatively, add additional parameters to the sqlpage.path() function?
Beta Was this translation helpful? Give feedback.
All reactions