fixe l'execution (apparemment)
This commit is contained in:
parent
cb6309abdb
commit
21d5954bbf
6 changed files with 32 additions and 20 deletions
|
|
@ -89,7 +89,7 @@ public static FileRecievedInfo ReceiveProSignature(this ClaimsPrincipal user, st
|
|||
|
||||
public static void DeleteUserFile(this ApplicationUser user, string fileName)
|
||||
{
|
||||
var root = Path.Combine(Startup.UserFilesDirName, user.UserName);
|
||||
var root = Path.Combine(AbstractFileSystemHelpers.UserFilesDirName, user.UserName);
|
||||
var fi = new FileInfo(Path.Combine(root, fileName));
|
||||
if (!fi.Exists) return ;
|
||||
fi.Delete();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue