[Toybox] New toy - mkdir
Daniel Walter
d.walter at 0x90.at
Tue Feb 28 07:58:56 PST 2012
On Tue, Feb 28, 2012 at 05:52:06PM +0200, Georgi Chorbadzhiyski wrote:
> Around 02/28/2012 05:12 PM, Daniel Walter scribbled:
> > On Tue, Feb 28, 2012 at 04:40:34PM +0200, Georgi Chorbadzhiyski wrote:
> >> New toy - mkdir.
> >> TODO: Add -m (mode) support.
> > I'm currently writing a string to mode_t wrapper, which will be finished and tested
> > by the end of the week. I think it may be helpful for mkdir and other toys.
> >
> > also I'm working on chmod and mkfifo since both need string_to_mode_t :)
>
> I've done mkfifo (but without -m support). Chmod will be tricky because it has to
> support recursing into directories, but once chmod is made chown and chgrp will be
> easy.
yes I've seen your patch. I'll add mode support as soon as I've finished the mode_t
parser. (I'll also add mode support for mkdir)
@rob:
is it okay for you if I add a loop_path(path, function_pointer) like you've did with
loop_files ?
regards,
daniel
1330444736.0
More information about the Toybox
mailing list