Creates a directory.

mkdir(d)

Arguments

d

Directory to create.

Value

If the directory exists, do nothing. If it doesn't, create it and invisibly return a logical indicating if the operation succeeded.