fixed bugs
This commit is contained in:
parent
ff9e257362
commit
2af6f848bb
12 changed files with 554 additions and 99 deletions
|
@ -100,7 +100,7 @@ namespace WebsitePanel.Providers.EnterpriseStorage
|
|||
public SystemFile GetFolder(string organizationId, string folderName)
|
||||
{
|
||||
string fullName = string.Format("{0}:\\{1}\\{2}\\{3}", LocationDrive, UsersHome, organizationId, folderName);
|
||||
SystemFile folder = new SystemFile();
|
||||
SystemFile folder = null;
|
||||
|
||||
if (Directory.Exists(fullName))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue