mkdir Subroutine

public subroutine mkdir(directory)

Makes the directory "directory" and checks that it exists and is writeable

Arguments

Type IntentOptional Attributes Name
character(len=*) :: directory