File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,6 +33,13 @@ This is useful in cases where a drive is moved from another machine or Windows i
3333SuperDelete.exe --bypassAcl fullPathToFileOrFolder
3434```
3535
36+ #### Printing stack trace
37+ If there is an exception, this will print the callstack where the exception occurred. This is mostly useful for debugging.
38+
39+ ```
40+ SuperDelete.exe --printStackTrace fullPathToFileOrFolder
41+ ```
42+
3643### Downloads
3744
38- The latest release is SuperDelete 1.1 .0 and you can get it from the [ Releases] ( https://github.com/marceln/SuperDelete/releases ) page.
45+ The latest release is SuperDelete 1.2 .0 and you can get it from the [ Releases] ( https://github.com/marceln/SuperDelete/releases ) page.
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.1 .0.0" ) ]
36- [ assembly: AssemblyFileVersion ( "1.1 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "1.2 .0.0" ) ]
36+ [ assembly: AssemblyFileVersion ( "1.2 .0.0" ) ]
You can’t perform that action at this time.
0 commit comments