When I select Document folder of other users by folderBrowserDialog.SelectedPath it retrives the path like "C:\Documents and Settings\Ahammed**My Documents**"
but it should not be like that , it should retrive as "C:\Documents and Settings\Ahammed\Ahammed's Documents".. Guys anyone can help me on this ...to retrive the correct path through folderBrowserDialog.
Requirement is to extract the correct name of the folder "Ahammed's Documents" through folderBrowserDialog() ...