⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

file_size

Function file_size 

Source
pub fn file_size(path: &str) -> Result<usize, KernelError>
Expand description

Get file size without reading contents