mg_stat.md 269 Bytes
Newer Older
1 2 3 4 5 6 7 8
---
title: "mg_stat()"
decl_name: "mg_stat"
symbol_kind: "func"
signature: |
  int mg_stat(const char *path, cs_stat_t *st);
---

9
Performs a 64-bit `stat()` call against a given file.
10 11 12 13 14

`path` should be UTF8 encoded.

Return value is the same as for `stat()` syscall.