Q: How do I migrate from version 2?
A: This describes the steps to take to migrate from version 2 of foldertree, as found on Marcelino Martin's web site, to version 4. It describes what changes need to be made to the files contained in the version 2 download. Working directory refers to the directory of your current version 2 installation. Download directory refers to the directory where you downloaded and installed the new version 4.
and replace them with the following equivalent files from the new download directory (these are generally the same files with a different file name, plus some extra document and folder icon files for mouseover events)
<html> <head> </head> <FRAMESET cols='200,*'> <FRAME src='photosturismLF.html' name='treeframe' > <FRAME SRC='photos.html' name='basefrm'> </FRAMESET> </HTML>
to
<html> <head> <link rel='stylesheet' href='ftstyle.css'> <!-- Infrastructure code for the tree --> <script language = 'Javascript' src = 'ft.js'></script> <script language = 'Javascript' src = 'ftoptions.js'></script> <script language = 'Javascript' src = 'photosturism.js'></script> </head> <FRAMESET cols='200,*' onLoad='self.blank()'> <FRAME SRC = 'ftblank.htm' name='menufrm' > <FRAME SRC='photos.html' name='basefrm'> </FRAMESET> </HTML>