diff --git a/js/FileExplorer/Accessing-Shared-Folder.md b/js/FileExplorer/Accessing-Shared-Folder.md index d4f422f43..c153d42a3 100644 --- a/js/FileExplorer/Accessing-Shared-Folder.md +++ b/js/FileExplorer/Accessing-Shared-Folder.md @@ -1,6 +1,6 @@ --- -title: Accessing shared folder | FileExplorer | Javascript | Syncfusion -description: Accessing shared folder option in FileExplorer +title: Accessing Shared Folders in JavaScript FileExplorer | Syncfusion +description: Learn here about Accessing shared folder with Syncfusion Essential JavaScript FileExplorer control, its elements, and more. platform: js control: FileExplorer documentation: UG @@ -8,7 +8,7 @@ keywords: Accessing shared folder api: /api/js/ejfileexplorer --- -# Accessing shared folder +# Accessing shared folder in JavaScript FileExplorer Using “FileExplorer”, you can manage the files that are available in a shared folder of another system which is connected through LAN. Refer following steps, here you will see the details about accessing the shared folder with FileExplorer. @@ -44,5 +44,5 @@ N> In above code block, please specify the action method and shared folder path If shared folder is restricted with authentication, that time you are not able to access this folder using our FileExplorer. Here you will get an exception like “**System.UnauthorizedAccessException, Please add your windows credential details to open '\\server\'**”. In order to solve this problem, you have to add the shared folder credential details in the windows credential manager that is available in your service hosted machine. -![](Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg) +![Accessing Shared Folder in JavaScript FileExplorer.](image/accessingsharedfolder/accessingsharedfolder-in-javascript-fileexplorer.jpeg) diff --git a/js/FileExplorer/Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg b/js/FileExplorer/Accessingsharedfolder_images/accessingsharedfolder-in-javascript-fileexplorer.jpeg similarity index 100% rename from js/FileExplorer/Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg rename to js/FileExplorer/Accessingsharedfolder_images/accessingsharedfolder-in-javascript-fileexplorer.jpeg