Skip navigation

JSI Tip 3841. What is the Windows 2000 Connected File feature?


The Windows 2000 shell (Explorer) supports a Connected File feature for HTML documents. When you perform any of the following commands on a primary HTML document, the command is also performed on all associated files:

Copy 
Cut 
Paste 
Move 
Delete 
Send to
This default behavior allows you to operate on an HTML document and preserve the links with associated files.

A primary HTML document must have a .htm or .html extension. To define the associated files, create a subfolder in the parent folder with a name that is equal to the primary HTML document, but without the .htm or .html extension. Instead, the primary document name is followed by one of the following case sensitive strings, based upon your language:

_archivos 
_arquivos 
_bestanden 
_bylos 
-Dateien 
_datoteke 
_dosyalar 
_elemei 
_failid 
_fails 
_fajlovi 
_ficheiros 
_fichiers 
-filer 
.files 
_files 
_file 
_fitxers 
_fitxategiak 
_pliki 
_soubory 
_tiedostot
Example:If your primary HTML documents is named RegHack.htm, the subfolder should be named RegHack .files or RegHack _files. If I Move RegHack.htm, all documents in the RegHack _files subfolder are also moved. If I Delete the RegHack _files subfolder, the RegHack.htm file is also deleted.

NOTE: If I Rename RegHack.htm, I would receive a warning:

Rename Warning!
If you rename this file, it will no longer belong to the folder RegHack_files.
To rename it safely, open the file, save it with a new name, and then delete the folder RegHack_files.
Do you want to rename this file anyway?
If I rename RegHack_files, I would receive:
Rename Warning!
If you rename this folder, the associated HTML file RegHack.htm might not work properly.
To rename the folder without damaging any files, open RegHack.htm, save it with a new name, and then delete the folder RegHack_files.
Do you want to rename this folder anyway?
NOTE: The Connected Files feature does NOT operate at a CMD prompt.

You can disable the Connected Files feature by using Regedt32 to navigate to HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer. On the Edit menu, Add Value name NoFileFolderConnection, a REG_DWORD data type, and set the data value to 1.

NOTE: Some programs depend on the Connected Files feature. The Internet Explorer Save As / Web Page, complete (.*htm,*.html) command depends upon this feature.



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish