File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,21 +63,21 @@ Run the following commands in a terminal (Command Prompt or PowerShell).
6363- To change the default ** Text** Sub Folder:
6464
6565 ``` powershell
66- PasteIntoFile /TextSubDir MyDefaultTextFolder
66+ PasteIntoFile /TextDefaultDir MyDefaultTextFolder
6767 ```
6868
6969
7070- To change the default ** Image** Sub Folder:
7171
7272 ``` powershell
73- PasteIntoFile /ImageSubDir MyImgDir
73+ PasteIntoFile /ImageDefaultDir MyImgDir
7474 ```
7575
7676
7777- To change the default path to a specific folder use a fully qualified path having a ** drive** letter:
7878 ``` powershell
79- PasteIntoFile /ImageSubDir C:\MyProject\Screenshots
80- PasteIntoFile /TextSubDir C:\MyProject\SourceCode
79+ PasteIntoFile /ImageDefaultDir C:\MyProject\Screenshots
80+ PasteIntoFile /TextDefaultDir C:\MyProject\SourceCode
8181 ```
8282
8383
You can’t perform that action at this time.
0 commit comments