Click here to Skip to main content
15,889,200 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi i want to write a program with C# that could be used ٌWindows Api Function(like user32.dll or kernle32.dll)return name and address of folder, when user visit any folder on computer and save log file(without db) for ex. when user open c:\program files this program save a log.txt like
name folder:program files
address:c:\program file
for return folder path i use GetWindowsDirectory (kernel32) or GetFullPathName (kernel32)?and for return folder name i use GetCurrentDirectory (kernel32) or other function?and how to conect explrer.exe for save log?
thanks for your support
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900