PowerShell Quick Tip: Delete a folder recursively
PS C:\> Remove-Item -Recurse -Force .\folder_to_delete\
Or using alias
PS C:\> rm -r -fo .\folder_to_delete\
Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open Qt Creator and click on Create Project... ...
No comments:
Post a Comment