makeDir >>-makeDir----------------------------------------------------->< Makes just the directory represented by the last name () portion of the receiver object's absolute path. Does not create any parent directories, which must all exist for a successful creation of the leaf directory. Returns .true ("1") if the creation was successful, otherwise returns .false ("0"). If the directory already exists then the result is .false. |