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()
make new folder(found)
append this data