Set a default path for backup artifacts
This commit is contained in:
parent
f5c2d678ae
commit
a54c44be90
|
@ -16,6 +16,10 @@ $null = New-Module {
|
||||||
$result = "System";
|
$result = "System";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (-not $Path) {
|
||||||
|
$Path = "Files";
|
||||||
|
}
|
||||||
|
|
||||||
$result = Join-Path $result $Path;
|
$result = Join-Path $result $Path;
|
||||||
return $result;
|
return $result;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue