git-svn-id: svn://ultimatepp.org/upp/trunk@2193 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2010-03-08 11:08:21 +00:00
parent e357590d80
commit c7d7e8588d
2 changed files with 26 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
DUMP(GetDesktopFolder());
DUMP(GetProgramsFolder());
DUMP(GetAppDataFolder());
DUMP(GetMusicFolder());
DUMP(GetPicturesFolder());
DUMP(GetVideoFolder());
DUMP(GetDocumentsFolder());
DUMP(GetTemplatesFolder());
DUMP(GetDownloadFolder());
}

View file

@ -0,0 +1,9 @@
uses
Core;
file
Folders.cpp;
mainconfig
"" = "";