Title
[filesys.ts] [PDTS] create_directory should refer to perms::all instead of Posix S_IRWXU|S_IRWXG|S_IRWXO
Status
open
Section
[fs.op.create_directory]
Submitter
P.J. Plauger

Created on 2014-01-30.00:00:00 last changed 81 months ago

Messages

Date: 2016-01-28.01:00:35

Proposed resolution:

Effects: Establishes the postcondition by attempting to create the directory p resolves to, as if by POSIX mkdir() with a second argument of S_IRWXU|S_IRWXG|S_IRWXO static_cast<int>(perms::all). Creation failure because p resolves to an existing directory shall not be treated as an error.

Date: 2014-02-28.00:00:00

[ 2014-02-28 Beman provided proposed wording. ]

Date: 2016-01-31.20:31:05

Addresses: filesys.ts

create_directory should refer to perms::all instead of the Posix S_IRWXU|S_IRWXG|S_IRWXO.

History
Date User Action Args
2017-07-30 20:10:41adminsetstatus: wp -> open
2016-01-28 01:00:35adminsetmessages: + msg7853
2016-01-28 01:00:35adminsetmessages: + msg7852
2014-01-30 00:00:00admincreate