From 788e11e1a9dfcc14495bdc6b0034608fba81c670 Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Wed, 28 Nov 2018 09:21:37 +0700 Subject: [PATCH] docs: troubleshooting notes for DirectoryBackground Fixes #68. --- docs/troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index adb3ab3c..351ce54b 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -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)!