This is a migrated thread and some comments may be shown as answers.

Permissions Error On File Move

1 Answer 55 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Ryan Melfi
Top achievements
Rank 1
Ryan Melfi asked on 12 Jun 2010, 06:25 PM
Hello,

I have implemented a custom File Explorer. The explorer is initialized with two paths, a User folder and a Company folder like this:
 RadFileExplorer1.Configuration.ViewPaths = New String() {cUser.Account.BusinessName & "/", cUser.UserName & "/"}
        RadFileExplorer1.Configuration.UploadPaths = New String() {cUser.Account.BusinessName & "/", cUser.UserName & "/"}
        RadFileExplorer1.Configuration.DeletePaths = New String() {cUser.Account.BusinessName & "/", cUser.UserName & "/"}

 I can move/copy directories from one to another and I can move files from the user to the company folder. However, when attempting to move a file from the company folder to the user folder the explorer throws the folder error;

"The selected folder could not be created because the application did not have enough permissions. Please, contact the administrator."

This is thrown before any functions in my code run while debugging. Any help would be appreciated.

Thanks,
Ryan 

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 16 Jun 2010, 02:45 PM
Hi Ryan,

The provided information is not enough for me in order to determine the exact reason for the behavior that you experience. Could you please open a new support ticket and send me a runnable project which shows the problem? I will check it and do my best to provide a solution as soon as possible.

Sincerely yours,
Fiko
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
FileExplorer
Asked by
Ryan Melfi
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or