File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed 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).
63
63
- To change the default ** Text** Sub Folder:
64
64
65
65
``` powershell
66
- PasteIntoFile /TextSubDir MyDefaultTextFolder
66
+ PasteIntoFile /TextDefaultDir MyDefaultTextFolder
67
67
```
68
68
69
69
70
70
- To change the default ** Image** Sub Folder:
71
71
72
72
``` powershell
73
- PasteIntoFile /ImageSubDir MyImgDir
73
+ PasteIntoFile /ImageDefaultDir MyImgDir
74
74
```
75
75
76
76
77
77
- To change the default path to a specific folder use a fully qualified path having a ** drive** letter:
78
78
``` 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
81
81
```
82
82
83
83
You can’t perform that action at this time.
0 commit comments