Reverted one of my "fixes." Apparently this is intended functionality. Sorry :(

This commit is contained in:
Scott Ehlert 2006-04-10 16:13:02 +00:00
parent 4fb001ce50
commit cd7f15f112

View File

@ -87,7 +87,7 @@ native fputc(file, data);
native fungetc(file, data); native fungetc(file, data);
//Return the size of a file //Return the size of a file
native filesize(const filename[]); native filesize(const filename[], {Float,Sql,Result,_}:...);
//Attempts to remove a directory. //Attempts to remove a directory.
//Note that you cannot remove a directory that has files on most //Note that you cannot remove a directory that has files on most