Hello.
I wanted to customize Library View.
So i edited some properties in "Shift+Right Click On Library Panel > Properties > View 07: Name // Pattern"
I tried this codes but they did not work.
$replace($directory_path(%path%),\,|)|%filename_ext%
$replace($directory_path(%path%),\,'|')|%filename_ext%
And the only thing I don't get is how
$replace($directory_path(%path%),\,AAA)|%filename_ext%
This code works.
Anybody know how to fix this problem?