Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2016-03-21
2016-03-21 10:17:57 by Henrik Grubbström (Grubba) <grubba@grubba.org>
634a336feccf1b2559e6ed014d35b877c89a9371 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
57001636821aa150991b89014f4ea5dd1e8dc607
Filesystem: Support path expansion symbols in the search path.
262:
access_as_user_db = my_configuration()->find_user_database( query("access_as_user_db") ); dotfiles = query(".files");
-
path = encode_path(query("searchpath"));
+
path =
roxen_path(
encode_path(query("searchpath"))
)
;
mountpoint = query("mountpoint"); stat_cache = query("stat_cache"); internal_files = map(query("internal_files"), encode_path);