Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
WinSCP
5.7.7.15
WinSCP.psm1
$paths
=
@(
'Private'
,
'Public'
)
foreach
(
$path
in
$paths
)
{
"$(Split-Path -Path $MyInvocation.MyCommand.Path)\$path\*.ps1"
|
Resolve-Path
|
ForEach-Object
{
.
$_
.
ProviderPath
}
}