love.filesystem.mkdir( filename )
Usage
love.filesystem.mkdir( filename )
Arguments
filenameThe name of the directory.
Returns
booleanTrue if the operation was successful.
Version 0.3.2 LÖVE DocumentationOverviewLicenseCreditsInstallingGetting startedDeviceslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.systemTypesAnimationColorFontFileImageMusicParticleSystemSoundCallbacksloadupdatedrawmousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig filesKeyboard shortcuts
|
Function
love.filesystem.mkdir( filename ) Usage love.filesystem.mkdir( filename ) Arguments filenameThe name of the directory. Returns booleanTrue if the operation was successful. |