This commit is contained in:
Michael Grote 2021-08-09 11:40:23 +02:00
parent 0ca56afd00
commit 986925efaf
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Funktion: speichert den aktuellen PFad(vgl. pwd) in Get-ScriptDirectory
# Funktion: speichert den aktuellen Pfad(vgl. pwd) in Get-ScriptDirectory
function Get-ScriptDirectory {
$Invocation = (Get-Variable MyInvocation -Scope 1).Value
Split-Path $Invocation.MyCommand.Path