fixed spelling mistake
This commit is contained in:
parent
c6802c735d
commit
6139721d85
|
|
@ -4333,7 +4333,7 @@
|
|||
},
|
||||
{
|
||||
"name": "GetApplicationDirectory",
|
||||
"description": "Get the directory if the running application (uses static string)",
|
||||
"description": "Get the directory of the running application (uses static string)",
|
||||
"returnType": "const char *"
|
||||
},
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1641,7 +1641,7 @@ Function 126: GetWorkingDirectory() (0 input parameters)
|
|||
Function 127: GetApplicationDirectory() (0 input parameters)
|
||||
Name: GetApplicationDirectory
|
||||
Return type: const char *
|
||||
Description: Get the directory if the running application (uses static string)
|
||||
Description: Get the directory of the running application (uses static string)
|
||||
No input parameters
|
||||
Function 128: ChangeDirectory() (1 input parameters)
|
||||
Name: ChangeDirectory
|
||||
|
|
|
|||
|
|
@ -603,7 +603,7 @@
|
|||
<Overload retVal="const char" descr="Get current working directory (uses static string)"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="GetApplicationDirectory" func="yes">
|
||||
<Overload retVal="const char" descr="Get the directory if the running application (uses static string)"></Overload>
|
||||
<Overload retVal="const char" descr="Get the directory of the running application (uses static string)"></Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="ChangeDirectory" func="yes">
|
||||
<Overload retVal="bool" descr="Change working directory, return true on success">
|
||||
|
|
|
|||
|
|
@ -1093,7 +1093,7 @@ RLAPI const char *GetFileNameWithoutExt(const char *filePath); // Get filenam
|
|||
RLAPI const char *GetDirectoryPath(const char *filePath); // Get full path for a given fileName with path (uses static string)
|
||||
RLAPI const char *GetPrevDirectoryPath(const char *dirPath); // Get previous directory path for a given path (uses static string)
|
||||
RLAPI const char *GetWorkingDirectory(void); // Get current working directory (uses static string)
|
||||
RLAPI const char *GetApplicationDirectory(void); // Get the directory if the running application (uses static string)
|
||||
RLAPI const char *GetApplicationDirectory(void); // Get the directory of the running application (uses static string)
|
||||
RLAPI bool ChangeDirectory(const char *dir); // Change working directory, return true on success
|
||||
RLAPI bool IsPathFile(const char *path); // Check if a given path is a file or a directory
|
||||
RLAPI FilePathList LoadDirectoryFiles(const char *dirPath); // Load directory filepaths
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user