i've to access the directory structure of the clients machine (on windows platform)..... to perform follow:
1) Save a file in the browsed directory
2)Search a file
plz tel me an appropriate API
|
Go4Expert Founder
|
![]() |
| 3May2006,18:24 | #2 |
|
For saving a file all you need to be doing is Plain C method of creating a file will do
for searching you need to be using the FindFirstFile API and it will return you WIN32_FIND_DATA through which you can get the type of object found (Folder File) and browse the folder. |

