المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Need to copy folder from one path to other



C# Programming
05-06-2009, 07:31 PM
I have to find a folder from the path where my application exist e.g. c:/programfile/RTGSL/exe/..
then from exe folder i have to copy two folders(with all data) name applicationdata & client from this path to the current logged in user's personal folder path i.e. C:\Documents and Settings\ashishjaiswal\Application Data\clientdata\ if and only if no folder exist at this path..

Can any body help me with this code .. I am really new to programming