Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 749 Bytes

File metadata and controls

26 lines (15 loc) · 749 Bytes

Show-EJSelectFolderWindow

Show-EJSelectFolderWindow - Shows Select Folder Dialog and returns selected folder path

View:

image

Parameters

none

Example:

Import-Module EasyJobPSTools.psd1

$Result = Show-EJSelectFolderWindow
Write-Host "Selected folder path is: $Result"

image

image

image