love.filesystem.unmountFullPath
Available since LÖVE 12.0 |
This function is not supported in earlier versions. |
Unmounts a zip file or folder previously mounted with love.filesystem.mountFullPath.
Function
Synopsis
success = love.filesystem.unmountFullPath( archive )
Arguments
string archive
- The full platform-dependent path to a folder or zip file which is currently mounted via love.filesystem.mountFullPath.
Returns
boolean success
- True if the archive was successfully unmounted, false otherwise.
Notes
If there are any files open via love.filesystem in the given archive when this API is called, it will fail and return false.
See Also
Other Languages
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info