Created
March 9, 2025 18:37
-
-
Save CN-CODEGOD/db2e325b3408728d100f2c8439e20f9f to your computer and use it in GitHub Desktop.
[system.io.directory]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $installpath=[System.IO.PATH]::combine("$env:onedrive","example_folder") 连接路径和文件名 | |
| $installpath=[System.IO.PATH]::GetDirectoryName($path) 获取文件夹路径 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment