Modules/FileSystem/getDoBufferAllRaw
Jump to navigation
Jump to search
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