Skip to main content

SYS_STAT

Constant SYS_STAT 

Source
pub const SYS_STAT: usize = 409; // 409usize
Expand description

Get file status information by path.

  • path_ptr: pointer to the path string
  • path_len: length of the path
  • stat_ptr: pointer to a FileStat struct

Returns 0 on success.