1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

doc: Warn against misuses of `file-name-separator-string'.

* doc/ref/posix.texi (File System): Warn against misuses of
  `file-name-separator-string'.
This commit is contained in:
Ludovic Courtès 2013-04-07 11:49:52 +02:00
parent 48ffc52cc9
commit 7d39b48875

View file

@ -1038,7 +1038,12 @@ platform.
@end deffn
@defvr {Scheme Variable} file-name-separator-string
The standard file name separator.
The preferred file name separator.
Note that on MinGW builds for Windows, both @code{/} and @code{\} are
valid separators. Thus, programs should not assume that
@code{file-name-separator-string} is the @emph{only} file name
separator---e.g., when extracting the components of a file name.
@end defvr