
resolve-path
List of commands for resolve-path:
-
resolve-path:tldr:57f8d resolve-path: Resolve the home folder path.$ Resolve-Path ${~}try on your machineexplain this command
-
resolve-path:tldr:5bedd resolve-path: Get relative paths.$ Resolve-Path -Path ${path\to\file_or_directory} -Relativetry on your machineexplain this command
-
resolve-path:tldr:7d319 resolve-path: Resolve a UNC path.$ Resolve-Path -Path "\\${hostname}\${path\to\file}"try on your machineexplain this command