love.filesystem.setSymlinksEnabled
Available since LÖVE 0.9.2 |
This function is not supported in earlier versions. |
Sets whether love.filesystem follows symbolic links. It is disabled by default.
Function
Synopsis
love.filesystem.setSymlinksEnabled( enable )
Arguments
-
boolean enable
- Whether love.filesystem should follow symbolic links.
Returns
Nothing.
See Also
Category: