| 103 | } |
| 104 | |
| 105 | String FileAccessEncryptedCustom::get_path() const { |
| 106 | if (file.is_valid()) { |
| 107 | return file->get_path(); |
| 108 | } else { |
| 109 | return ""; |
| 110 | } |
| 111 | } |
| 112 | |
| 113 | String FileAccessEncryptedCustom::get_path_absolute() const { |
| 114 | if (file.is_valid()) { |