Files
cheatsheet-tldr/tldr/windows/explorer

22 lines
378 B
Plaintext

---
syntax: markdown
tags: [tldr, windows]
source: https://github.com/tldr-pages/tldr.git
---
# explorer
> The Windows File Explorer.
> More information: <https://ss64.com/nt/explorer.html>.
- Open Windows Explorer:
`explorer`
- Open Windows Explorer in the current directory:
`explorer .`
- Open Windows Explorer in a specific directory:
`explorer {{path o\directory}}`