init new sub dirs
This commit is contained in:
@ -62,7 +62,8 @@ namespace Yavsc.Helpers
|
||||
}
|
||||
root = Path.Combine(root, subpath);
|
||||
}
|
||||
|
||||
var di = new DirectoryInfo(root);
|
||||
if (!di.Exists) di.Create();
|
||||
return root;
|
||||
}
|
||||
public static void DeleteUserFile(this ApplicationUser user, string fileName)
|
||||
|
Reference in New Issue
Block a user