How can I show folder directory of the server file path (base on SQL server installation computer's folder path) on the client computer when I open FolderBrowserDialog
.
I have the SQL server backup function and this function needs a directory for the backup location. So when I want to back up the database on server computer I need to show the server's director on FolderBrowserDialog
.But now when I open the FolderBrowserDialog
in the client, Its show the client directory.