Nasal library/io: Difference between revisions

Line 299: Line 299:
{{Nasal doc
{{Nasal doc
|syntax = io.stat(path);
|syntax = io.stat(path);
|text = Calls {{wikipedia|stat (system call)|stat}} and returns a vector containing 12 pieces of data. See the table below for a list of them in order from first in the vector to last.
|text = Calls {{wikipedia|stat (system call)|stat}} and returns a vector containing 12 pieces of data. See the table below for a list of them in order from first in the vector to last. Returns <code>'''nil'''</code> if the file does not exist.
{{{!}} class="wikitable"
{{{!}} class="wikitable"
! Data !! Meaning  
! Data !! Meaning