This function should only be called in a Path Handler script.
Returns whether or not the path being requested is being requested to write to.
Syntax
IsWriting()
Examples
if IsWriting() then
-- Unsure what you could even do with this.
end
Notes
No additional notes.
Version History
Unknown Version
Added this function.