git-svn-id: svn://ultimatepp.org/upp/trunk@329 f0d560ea-af0d-0410-9eb7-867de7ffcac7

This commit is contained in:
cxl 2008-08-15 09:06:54 +00:00
parent 351994a6cc
commit af712dddc9
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#include <Core/Core.h>
using namespace Upp;
CONSOLE_APP_MAIN
{
FindFile ff("u:\\upp.src\\uppdev\\aggdraw\\*.*");
while(ff) {
DUMP(ff.GetName());
ff.Next();
}
}

View file

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