...
| Wiki Markup |
|---|
It is also necessary to call the {{fstat()}} function on an already opened file, rather than calling {{stat()}} on a file name followed by {{open()}} to ensure the file for which the information is being collected is the same file which is opened. See \[[FIO01-A. PreferBe careful using functions that do not rely onuse file names for identification]\] for more information. |
...