dm_file_exists Function

public function dm_file_exists(path) result(file_exists)

Returns .true. if file at given file path exists.

Arguments

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

File path.

Return Value logical


Called by

proc~~dm_file_exists~~CalledByGraph proc~dm_file_exists dm_file_exists proc~dm_arg_validate dm_arg_validate proc~dm_arg_validate->proc~dm_file_exists proc~dm_config_open dm_config_open proc~dm_config_open->proc~dm_file_exists proc~dm_lua_open dm_lua_open proc~dm_config_open->proc~dm_lua_open proc~dm_db_attach dm_db_attach proc~dm_db_attach->proc~dm_file_exists proc~dm_db_backup dm_db_backup proc~dm_db_backup->proc~dm_file_exists proc~dm_db_open dm_db_open proc~dm_db_backup->proc~dm_db_open proc~dm_db_open->proc~dm_file_exists proc~dm_db_vacuum dm_db_vacuum proc~dm_db_vacuum->proc~dm_file_exists proc~dm_fifo_create dm_fifo_create proc~dm_fifo_create->proc~dm_file_exists proc~dm_hdf5_file_valid dm_hdf5_file_valid proc~dm_hdf5_file_valid->proc~dm_file_exists proc~dm_lua_open->proc~dm_file_exists proc~dm_arg_read dm_arg_read proc~dm_arg_read->proc~dm_arg_validate