MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / file_exists

Method file_exists

compat/file_access_encrypted_v3.cpp:268–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268bool FileAccessEncryptedv3::file_exists(const String &p_name) {
269 Ref<FileAccess> fa = FileAccess::open(p_name, FileAccess::READ);
270 if (fa.is_null()) {
271 return false;
272 }
273 return true;
274}
275
276uint64_t FileAccessEncryptedv3::_get_modified_time(const String &p_file) {
277 return 0;

Callers 2

rename_dependenciesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected