Deutsch   English   Français   Italiano  
<uvcjj5$2kbfj$10@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: Lawrence D'Oliveiro <ldo@nz.invalid>
Newsgroups: comp.os.linux.misc
Subject: Re: Files tree
Date: Sat, 13 Apr 2024 00:28:21 -0000 (UTC)
Organization: A noiseless patient Spider
Lines: 14
Message-ID: <uvcjj5$2kbfj$10@dont-email.me>
References: <uvba27$2c40q$1@dont-email.me> <uvbf82$2c2fr$3@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 13 Apr 2024 02:28:21 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="c07c9bb19a0975fd36cf4a2cbd5e0704";
	logging-data="2764275"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX191LNlM/qbHpackWmxotUy5"
User-Agent: Pan/0.155 (Kherson; fc5a80b8)
Cancel-Lock: sha1:qhHY/7LRk5r3bBZa/aBPR+E+M0o=
Bytes: 1484

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.