Roxen.git/
server/
modules/
filesystems/
filesystem.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2018-03-22
2018-03-22 15:04:17 by Henrik Grubbström (Grubba) <grubba@grubba.org>
1d90285d1639d6a75c394e7388eaf48eaa2b9bb8 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
1d90285d1639d6a75c394e7388eaf48eaa2b9bb8
Filesystem
[NT]
: Perform some more path normalization.
Tentative fix for
[WS-232]
.
326:
stat_cache = query("stat_cache"); internal_files = map(query("internal_files"), encode_path);
-
if
(sizeof(path)
&&
!has_suffix(path
,
"/"))
path
+
= "/";
+
//
Expand cwd-relative paths, and ensure terminating slash.
+
path
=
combine
_
path
(
getcwd(),
path, "
.
/");
#if constant(System.normalize_path) if (catch {