mojaSymfonia FORUM https://forum.mix-soft.pl/ |
|
Lista plików katalogu https://forum.mix-soft.pl/viewtopic.php?f=15&t=1249 |
Strona 1 z 1 |
Autor: | aja [ 2009-10-04, 15:49 ] |
Tytuł: | Lista plików katalogu |
Witam, Chcę uzystkać listę plików w katalogu. Wydawałoby się, że wszystko jest ok, ale formula wywala mi błąd. Pytanie Dlaczego? Kod: dispatch fso = "Scripting.FileSystemObject" dispatch f dispatch fc dispatch f1 string s int i f = fso.GetFolder("c:\\tmp") fc=f.Files print fc.count for i=0 to i>fc.count-1 print fc.item(i).name+lf next i |
Autor: | rafal [ 2009-10-04, 16:27 ] |
Tytuł: | |
Kod: string sPlik, sPath, sMaska = "d://*.*" int p sPlik = find file ( sMaska ) while sPlik print sPlik + lf sPlik = find next file wend |
Strona 1 z 1 | Strefa czasowa UTC+1godz. [letni] |
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group http://www.phpbb.com/ |