commit sketch files
[scpubgit/DKit.git] / notes / sketches / 3.fs.pseudocode
CommitLineData
96add15b 1is_directory D
2 expr { $_{D}->is_directory }
3
4make is_directory D
5 where not exists_path D
6 via Action::MakePath->new(path => $d->path)
7
8make perms PS Mode
9 where creating PS Action
10 via derive Action { mode => $Mode }