dm_file_touch Subroutine

public subroutine dm_file_touch(path, error)

Creates empty file at given file path. Returns E_IO on error.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: path

File to create.

integer, intent(out), optional :: error

Error code.