init new sub dirs
This commit is contained in:
parent
069a0a66c5
commit
b5f3336805
1 changed files with 2 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue