Size of raw content of file, in bytes
(&self)
| 228 | |
| 229 | /// Size of raw content of file, in bytes |
| 230 | pub fn size(&self) -> u64 { |
| 231 | unsafe { BNRemoteFileGetSize(self.handle.as_ptr()) } |
| 232 | } |
| 233 | |
| 234 | /// Get the default filepath for a remote File. This is based off the Setting for |
| 235 | /// collaboration.directory, the file's id, the file's project's id, and the file's |