unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* How to get the preferred environment variable path separator?
@ 2016-03-28  0:42 Chris Marusich
  2016-03-28 10:00 ` Alex Vong
  0 siblings, 1 reply; 10+ messages in thread
From: Chris Marusich @ 2016-03-28  0:42 UTC (permalink / raw)
  To: guile-user

[-- Attachment #1: Type: text/plain, Size: 1278 bytes --]

Hi,

Info node "(guile) File System" describes a procedure for getting the
preferred file name separator of the operating system:

--8<---------------cut here---------------start------------->8---
 -- Scheme Variable: file-name-separator-string
     The preferred file name separator.

     Note that on MinGW builds for Windows, both ‘/’ and ‘\’ are valid
     separators.  Thus, programs should not assume that
     ‘file-name-separator-string’ is the _only_ file name
     separator—e.g., when extracting the components of a file name.

--8<---------------cut here---------------end--------------->8---

Is there an equivalent procedure for getting the preferred environment
variable path separator, too?  I would expect such a procedure to return
the ":" string (or does it return a character?) on most GNU/Linux
distributions, since that is the separator e.g. for the PATH environment
variable.

While we're on the topic, Guile's manual has a lot of very nice,
detailed information about each module.  However, it does not seem to
tell me what the name of the modules are.  Where can I find out what the
name of any module described in the manual - e.g. the module which is
described in the Info node "(guile) POSIX"?

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-03-31  4:38 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-28  0:42 How to get the preferred environment variable path separator? Chris Marusich
2016-03-28 10:00 ` Alex Vong
2016-03-28 12:20   ` Thompson, David
2016-03-28 13:46     ` Alex Vong
2016-03-28 14:24       ` Thompson, David
2016-03-28 15:36         ` Paul Smith
2016-03-28 15:36         ` Eli Zaretskii
2016-03-28 15:40           ` Thompson, David
2016-03-29  7:53           ` tomas
2016-03-31  4:38         ` Chris Marusich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).