iguiopenfiledialog
Contents
| Name | Description |
|---|---|
| getdir( ) | Returns the direcotry the client wanted to open. |
| getname( ) | Returns the name of the file opened. |
getdir( )
Returns the direcotry the client wanted to open.
Returns the name of the directory once the client has pressed "open".
Returns
-
The name of the directory the opened file is in.
Defined at client/lua_api/gui/iguifiledialog.cpp:107
getname( )
Returns the name of the file opened.
Returns the name of the file, without the file path.
Returns
-
the name of the file the user wants to open
Defined at client/lua_api/gui/iguifiledialog.cpp:123