171
edits
(Supported open with options) |
m (Noted Kevin's elections for mkdir and mkdirs (by way of him having implemented them in Narwhal by those names)) |
||
| Line 58: | Line 58: | ||
** createDirectory(path): | ** createDirectory(path): | ||
*** Mario Valente | *** Mario Valente | ||
** mkdir(path) | |||
*** Kevin Dangoor | |||
** (Unix: mkdir) | ** (Unix: mkdir) | ||
| Line 70: | Line 72: | ||
** makeTree(path) | ** makeTree(path) | ||
** (Unix: mkdir -p, Ruby: makedirs, mkpath, Python: os.makedirs) | ** (Unix: mkdir -p, Ruby: makedirs, mkpath, Python: os.makedirs) | ||
** mkdirs(path) | |||
*** Kevin Dangoor | |||
* removes a file. | * removes a file. | ||
edits