Merge pull request #3621 from francogarcia/pr-windows_documents_folder
Added constant to retrieve Windows' Documents path
This commit is contained in:
commit
c6971308e7
1 changed files with 1 additions and 1 deletions
|
@ -2075,7 +2075,7 @@ String OS_Windows::get_system_dir(SystemDir p_dir) const {
|
|||
id=CSIDL_MYPICTURES;
|
||||
} break;
|
||||
case SYSTEM_DIR_DOCUMENTS: {
|
||||
id=0x000C;
|
||||
id=CSIDL_PERSONAL;
|
||||
} break;
|
||||
case SYSTEM_DIR_DOWNLOADS: {
|
||||
id=0x000C ;
|
||||
|
|
Loading…
Reference in a new issue