fix: restore owner validation for ntfs create
This commit is contained in:
@@ -592,6 +592,8 @@ namespace LiamWorkflowDiagnostics
|
||||
if (string.IsNullOrWhiteSpace(parentPath))
|
||||
throw new InvalidOperationException("Parent Folder Path konnte nicht ermittelt werden.");
|
||||
var ownerSids = ParseIdentifierList(NtfsCreateOwnerSidsTextBox.Text, "Owner SIDs");
|
||||
if (ownerSids.Count == 0)
|
||||
throw new InvalidOperationException("Owner SIDs: mindestens ein Eintrag ist fuer die Ordneranlage erforderlich.");
|
||||
|
||||
var result = EnsureSuccessfulResultToken(await provider.CreateDataAreaAsync(
|
||||
folderPath,
|
||||
|
||||
Reference in New Issue
Block a user