added request amb278

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40827
This commit is contained in:
David Anderson
2007-05-21 01:28:38 +00:00
parent 1049600e99
commit 459a9d41ba
2 changed files with 29 additions and 0 deletions
+9
View File
@@ -168,6 +168,15 @@ native bool:DirExists(const String:path[]);
*/
native FileSize(const String:path[]);
/**
* Flushes a file's buffered output; any buffered output
* is immediately written to the file.
*
* @param file Handle to the file.
* @return True on success, false on failure.
*/
native FlushFile(Handle:file);
/**
* Removes a directory.
* @note On most Operating Systems you cannot remove a directory which has files inside it.