mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Updating Azure IStorageProvider to reflect new method
--HG-- branch : dev
This commit is contained in:
@@ -146,6 +146,12 @@ namespace Orchard.Azure {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void TryCreateFolder(string path)
|
||||||
|
{
|
||||||
|
EnsurePathIsRelative(path);
|
||||||
|
CreateFile(Combine(path, FolderEntry));
|
||||||
|
}
|
||||||
|
|
||||||
public void CreateFolder(string path)
|
public void CreateFolder(string path)
|
||||||
{
|
{
|
||||||
EnsurePathIsRelative(path);
|
EnsurePathIsRelative(path);
|
||||||
|
Reference in New Issue
Block a user