pub fn ax_seek_file(file: &mut AxFileHandle, pos: AxSeekFrom) -> AxResult<u64>
Available on crate feature
fs
only.Expand description
Sets the cursor of the file to the specified offset. Returns the new position after the seek.
pub fn ax_seek_file(file: &mut AxFileHandle, pos: AxSeekFrom) -> AxResult<u64>
fs
only.Sets the cursor of the file to the specified offset. Returns the new position after the seek.