Reverted one of my "fixes." Apparently this is intended functionality. Sorry :(
This commit is contained in:
parent
4fb001ce50
commit
cd7f15f112
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user