Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
IsePackV2
1.4.1
Get-CurrentScriptPath.ps1
function
Get-CurrentScriptPath
{
param
(
)
process
{
Get-CurrentDocument
-Path
}
}