Special keys and Conflicts

OK... thanks.

Chuck

"Lister" is just another name for a normal Opus window with a file list in it.

You need to create a Folder Format for the path in question if you want it to display in a particular mode. The FAQ on Folder Formats should explain all you need to know.[/quote]

Yeah - I saw the whole bit about 'target.lnk' AFTER I posted my reply. Not sure why that messed things up - but cool that it's fixed!

Glad you finally got the to the bottom of your problem!

But does anybody have a clue what Target.lnk is, what it does, or why it would create such a huge problem?

What the heck are shats? I heard the expression "to have... " but not this one.

Regards,
Chuck Billow

[quote="CWBillow"]That seemed to fix it. What was it and why?
Also, is it a lister I need to set up now to have this folder show up in single-pane icon form?

[quote="jon"]You wouldn't have a file called "target.lnk" in that RegIDs folder would you?
If so, try deleting it and see if it fixes it.[/quote][/quote]
Found it! They are junction points, or folder redirects. So perhaps something you installed on your PC (other than DOpus) must have created a juntion point between the folder you were trying to get to and the one you ended up at.

Read more about junction points and Target.lnk files here:
http://shell-shocked.org/article.php?id=284

Kenneth:

I'm sorry, I'm a bit slow... how can that fix my issue if at all?

Chuck

Found it! They are junction points, or folder redirects. So perhaps something you installed on your PC (other than DOpus) must have created a juntion point between the folder you were trying to get to and the one you ended up at.
<<

First off, this is all new to me, but I tend to learn quick

I hadn't realized that I had ever used junction points directly, until just now.

To see how they work, try this:
[ol][li] Create a folder named "Test" directly on your Desktop.[/li]
[li] Open the folder (doesn't matter DOpus or Windows Explorer)[/li]
[li] Create some shortcuts to real files inside of the Desktop\Test folder.[/li]
[li] Close the Desktop\Test folder[/li]
[li] Click on the Desktop\Test folder and drag it to your Start Menu (just on the main Start Menu, not in Programs). This creates a program group on the Start Menu.

You just created a junction point.
[/li]
[li] Hover your mouse over Start Menu\Test, it should show all the shortcuts that Desktop\Test had. (But these are not copies!)[/li]
[li] In Directory Opus Find, search for target.lnk. (It must be Directory Opus, Windows Explorer won't show them.)

My system-wide search shows a target.lnk for each of my network locations that show up in My Network Places. The properties of each can be viewed and each displays the \computername\sharename of its network place. I also have a target.lnk listed for the Start Menu\Test group folder that I just created above.

According to the article I linked, this is what a target.lnk file is for—redirecting a local file or folder to somewhere else. The Start Menu\Test group you just created is an excellent example of this. You dragged a folder full of shortcuts to the Start Menu and Windows copied them there, creating a group with shortcuts in it, right? Wrong!

What really happened is that, behind the scenes, Windows created the folder %SystemDrive%\Documents and Settings\User Name\Start Menu\Test, inside of which Windows also created a target.lnk file that contains a junction point to the Desktop\Test folder. We will now prove this.
[/li]
[li] Try to list the folder %SystemDrive%\Documents and Settings\User Name\Start Menu\Test each of the ways below (in Windows Explorer or DOpus, it does not matter):[ul][li] Right-Click on Start Menu\Test and click Explore[/li]
[li] Open a lister to %SystemDrive% and drill down a folder at a time.[/li]
[li] actually type the explicit path in the Path bar and press the Go button[/li][/ul]

What happened? In all cases, you will end up at this folder:

%SystemDrive%\Documents and Settings\User Name\Desktop\Test

not at

%SystemDrive%\Documents and Settings\User Name\Start Menu\Test
[/li]
[li] Now open the Command Prompt, and CD into %SystemDrive%\Documents and Settings\User Name\Start Menu\Test[/li]
[li] Type Dir and press .

You will see one file...target.lnk
[/li]
[li] Type del target.lnk and press — Windows puts up no fuss at all, the file is deleted and you just broke the junction point.[/li]
[li] Close Command Prompt[/li]
[li] Goto your Start Menu\Test Group and take a look at it, its there, but its empty and its dead.[/li]
[li] Open your Desktop\Test folder, everything is still there.[/li][/ol] Target.lnk files are obscure little buggers. And you won't see them when browsing in Windows Explorer. I believe they are an "alternate stream" file, similar to the Zone Identifier files that Windows creates when you download executables from the Internet. (DOpus only shows me those when I download to my Iomega Rev Drive, which uses the UDF file system).

My best guess is that maybe you drug a system folder to another location once (which can re-route system folders like My Documents or My Pictures), or somehow re-routed one of your folders once, and that created a junction point.

There is next to no documentation on these either Googling for target.lnk Site:microsft.com only get four hits.