Kaya 0.5.2 reference for IO::mkdir

List of functions and data types in IO

Void mkdir(String dname, Permissions mode=Permissions([ReadP, WriteP, ExecuteP], [ReadP, WriteP, ExecuteP], [ReadP, WriteP, ExecuteP], false, false, false))

Arguments

Usage

Makes a directory, throwing a FileError Exception if creation fails. The permissions set will be affected by the current process umask (see the mkdir(2) man page) on Posix systems.

Related

kaya@kayalang.org | Last modified 29 November 2011 | Supported by Durham CompSoc | Powered by Kaya