Difference between revisions of "love.filesystem.setIdentity"
m (1 revision: Imported docs from potato.) |
|
(No difference)
|
Revision as of 15:54, 14 February 2010
Contents
Function
Synopsis
love.filesystem.setIdentity( name )
Arguments
string name
- The new identity that will be used as write directory
Returns
Nothing.
Examples
Setting the game folder name
-- Yes:
love.filesystem.setIdentity("monkey_doom_2")
-- No:
-- love.filesystem.setIdentity("c:/Users/bob/monkey_doom_2")