SYNOPSIS Wraps a string to a specified maximum length per line, splitting only at designated delimiters. SYNTAX Split-StringAtWordBoundaries [[-String] ] [[-Length ...
When working with strings that represent a file path in PowerShell, it is useful to remove the "file" portion of the string and leave just the directory. When working with paths that are strings, the ...