Skip to content

Commit

Permalink
docs: troubleshooting notes for DirectoryBackground
Browse files Browse the repository at this point in the history
Fixes #68.
  • Loading branch information
dwmkerr committed Nov 28, 2018
1 parent d467db2 commit 788e11e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ This will give you the progid gives you the keyname to associate with the server

I did this manually and hey presto it works.

**The DirectoryBackground ComServerAssociation**

Note that if you have a `DirectoryBackground` COM Server Association, then the directory you are in will *not* be in the `SelectedItemPaths` (as it is not actually selected). To get this directory, simply use the `FolderPath` property. (See [#68](https://github.com/dwmkerr/sharpshell/issues/68#issuecomment-442073262) for more details).

**Preview Handlers**

If you find your preview handler for Directories is not working on a client machine, trying installing and registering it both **both **x86 and x64\. Thanks [Umut Ozel](https://github.com/umutozel)!
Expand Down

0 comments on commit 788e11e

Please sign in to comment.