How does windows link html files to folders?

后端 未结 4 487
终归单人心
终归单人心 2021-01-11 20:10

Almost every time you save a web page from a web browser to your local computer a PAGENAME.html(htm) file is created and a folder named \'PAGENAME_files\' that contains reso

4条回答
  •  天涯浪人
    2021-01-11 21:14

    This is a shell feature, not a file system feature. The shell copy engine just looks for a folder with the same name (plus a localized suffix) when copying/moving .htm[l] files.

    This feature is called Connected Files and is documented here.

提交回复
热议问题