Modules/FileSystem/getDoBufferAllRaw: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ This function returns the value of the buffering-policy for newly created raw-file handles. ==Syntax== <syntaxhighlight lang="lua"> bool fsnamespace.getDoBufferAllRaw() </syntaxhighlight> ==Returns== This function returns true if the buffering-policy is enabled, false otherwise. ==Example== <syntaxhighlight lang="lua"> -- TODO </syntaxhighlight> {{:Modules/FileSystem/namespace/functions}}") |
No edit summary |
||
Line 1: | Line 1: | ||
<pageclass class="#e36242" subcaption="Namespace function"></pageclass> | |||
__NOTOC__ | __NOTOC__ | ||
This function returns the value of the buffering-policy for newly created raw-file handles. | This function returns the value of the buffering-policy for newly created raw-file handles. |
Latest revision as of 04:03, 23 January 2022
This function returns the value of the buffering-policy for newly created raw-file handles.
Syntax
bool fsnamespace.getDoBufferAllRaw()
Returns
This function returns true if the buffering-policy is enabled, false otherwise.
Example
-- TODO