octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #30650] Feature Request: mkdir should create h


From: Rik
Subject: [Octave-bug-tracker] [bug #30650] Feature Request: mkdir should create hierarchy
Date: Wed, 04 Aug 2010 22:44:42 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.8) Gecko/20100723 Ubuntu/9.10 (karmic) Firefox/3.6.8

Update of bug #30650 (project octave):

                Severity:              3 - Normal => 1 - Wish               
                 Summary: mkdir should create hierarchy => Feature Request:
mkdir should create hierarchy

    _______________________________________________________

Follow-up Comment #1:

Making this change would make Octave more Matlab compatible as the Matlab
function already attempts to create directories which don't exist.  See the
remarks section of

http://www.mathworks.com/access/helpdesk/help/techdoc/ref/mkdir.html

Realistically, it shouldn't be that difficult to implement.  Octave pulls the
mkdir function from gnulib for portability reasons.  Gnulib already has a
mkdir module which implements 'mkdir -p' and creates the necessary intervening
directories.  See a description of the module at:

http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob_plain;f=modules/mkdir-p




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30650>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]