Skip to content

Instantly share code, notes, and snippets.

@emmaly
Last active September 22, 2022 23:51
Show Gist options
  • Save emmaly/b0add90248fea9fcbc245b440ad12df6 to your computer and use it in GitHub Desktop.
Save emmaly/b0add90248fea9fcbc245b440ad12df6 to your computer and use it in GitHub Desktop.
PowerShell: where's my Documents folder?
$documentsFolderPath = $([Environment]::GetFolderPath('Personal'))
# other ENUM values are here:
# https://learn.microsoft.com/en-us/dotnet/api/system.environment.specialfolder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment