This commit is contained in:
Michael Grote 2021-08-09 11:40:04 +02:00
parent 75b252f388
commit 0ca56afd00
3 changed files with 3 additions and 3 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

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

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