Search notes:

PowerShell cmdLet convert-path

convert-path returns the (absolute) provider path for a PowerShell path:
PS C:\Users\rene> convert-path .\readme.txt
C:\Users\rene\readme.txt
If the item at which the path to be converted does not exist, convert-path throws an error:
PS C:\Users\rene> remove-item .\readme.txt
PS C:\Users\rene> convert-path .\readme.txt
convert-path : Cannot find path 'C:\Users\rene\readme.txt' because it does not exist.

See also

Powershell command noun: path

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758201279, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/path/convert/index(44): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78