mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-07 07:51:54 +02:00
Update list-special-folders.ps1
This commit is contained in:
parent
9b2d444df7
commit
69ccb6a2af
@ -77,7 +77,7 @@ function ListSpecialFolders {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
ListSpecialFolders | Format-Table -property @{e='Folder Name';width=19},'Folder Path'
|
ListSpecialFolders | Format-Table -property @{e='Folder Name';width=22},'Folder Path'
|
||||||
exit 0 # success
|
exit 0 # success
|
||||||
} catch {
|
} catch {
|
||||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||||
|
Loading…
Reference in New Issue
Block a user