Is there a way to Hyperlink to a folder. I know I can create link to a web address but is there a way to do this to a folder?
Hyperlink@@@{
{"some web address",URL["www.wolfram.com"]},
{StatusArea["some folder","Path to folder where files are located"],File@FileNameJoin[{NotebookDirectory[],"FolderName"}]}
}//Column
The folder path is not working. Also StatusArea
is not displaying (Do I need to change some notebook setting?).
Comments
Post a Comment