示例#1
0
    public void Dispose()
    {
        string avatarFolderPath = CommonUtils.MapPath(GetAvatarFolderVirtPath());

        SiteModeUtils.SafeDeleteDirectory(avatarFolderPath);
    }
示例#2
0
    public void Dispose()
    {
        string thumbnailFolderPath = CommonUtils.MapPath(GetThumbnailFolderVirtPath());

        SiteModeUtils.SafeDeleteDirectory(thumbnailFolderPath);
    }
示例#3
0
 public void Dispose()
 {
     SiteModeUtils.SafeDeleteDirectory(GetDemoDataPath());
 }