Cold Help System: Programming: ColdC Reference Manual: Functions: File: fmkdir()


INTEGER fmkdir(STRING path)

This function creates the directory specified by path. If a file or directory already exists by that designation, the error ~file is thrown. Otherwise the directory is created with read, write and execute permission for the owner, and no permissions for group or others (these permissions can be changed with the function fchmod().


dblog() | execute() | fchmod() | fclose() | feof() | fflush() | file() | files() | fmkdir() | fopen() | fread() | fremove() | frename() | frmdir() | fseek() | fstat() | fwrite()


the Cold Dark