mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-25 14:22:54 -06:00
git-svn-id: svn://ultimatepp.org/upp/trunk@329 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
351994a6cc
commit
af712dddc9
2 changed files with 22 additions and 0 deletions
13
uppdev/FindFileSvn/FindFileSvn.cpp
Normal file
13
uppdev/FindFileSvn/FindFileSvn.cpp
Normal 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();
|
||||
}
|
||||
}
|
||||
|
||||
9
uppdev/FindFileSvn/FindFileSvn.upp
Normal file
9
uppdev/FindFileSvn/FindFileSvn.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
Core;
|
||||
|
||||
file
|
||||
FindFileSvn.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue