Sujet : Re: Files tree
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.os.linux.miscDate : 13. Apr 2024, 01:28:21
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <uvcjj5$2kbfj$10@dont-email.me>
References : 1 2
User-Agent : Pan/0.155 (Kherson; fc5a80b8)
On Fri, 12 Apr 2024 14:08:02 -0000 (UTC), vallor wrote:
... filenames can contain pretty much any character, including newlines.
Pathnames can contain any character except null.
Components of pathnames (file names, directory names) can contain any
character except “/” (the path separator) and null.
So “/” in a pathname is used to split it into components: zero or more
directory names, ending in a directory or file name.
In my file/directory names, if I feel the urge to have a “/” in the name,
I use a “∕” instead.