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:
parent
48ffc52cc9
commit
7d39b48875
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue