> hi all,
>
> i need help to search data (at any PC) as below and if fond make new folder and insert this data with full path ,
>
>
> DIMENSION laFiles(....)
> laFiles[1] = ".dbf"
> laFiles[2] = ".mdb"
> laFiles[3] = ".ora"
> laFiles[4] = ".db"
> laFiles[5] = ".mdf"
> laFiles[6] = "doc"
> laFiles[7] = "xls"
>
> FOR x = 1 TO ALEN(laFiles)
>
> if found()
>
You can use ADir() for that one, see Help.
> make new folder(found)
See MD / MkDir in Help.
> append this data
See Copy File in Help.
In addition, you might want to go to Foxite -> Home -> Search, and search for "filer"
hth
-Stefan