Search found 4 matches

by lojze
Sat Jan 06, 2007 12:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy multiple file with fwh
Replies: 4
Views: 1065

Enrico , you are right! Here is another sample for deleting several file, also work fast DeleteFiles("c:\myapp\" , "*.ppo") Funct DeleteFiles(FromWhere,WhatFiles) local Curdir:= CurDrive()+":\"+CURDIR()+"\" lChDir(FromWhere) // Ferase work on current dir, so c...
by lojze
Wed Jan 03, 2007 10:40 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy multiple file with fwh
Replies: 4
Views: 1065

Hey programers, no more idea???
by lojze
Wed Jan 03, 2007 2:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy multiple file with fwh
Replies: 4
Views: 1065

FUNCT KOPIRAJ(KAJ,KAM)

WAITRUN("XCOPY "+KAJ +" " +KAM )

RETURN .T.


Use in source:
lMkDir( d:\bck)
kopiraj("c:\*.dbf", "d:\bck")

** work ok!
by lojze
Wed Jan 03, 2007 12:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to copy multiple file with fwh
Replies: 4
Views: 1065

How to copy multiple file with fwh

I use fwh+harbour and need to copy files inside my app.
I try to do on this way , not work:

copy file "c:\*.dbf " to "d:\*.dbf"

not work?!
need help urgent!
thanks a lot