Forum Discussion
Add a file path
Hi,
I have a column containing file paths. Is it possible to add a file path in a table that when you click on it the file will open? Something like c:\files\open.pdf
Gerry
- Anonymous8 years ago
HI android1,
Nope, I don't think it is possible.
You can to add a custom column to analysis and transfer to binary format, but I can't find any way to invoke windows explorer to open files which stored path in current table.
For your requirement, I think programming language will be more suitable.
Opening a folder in explorer and selecting a file
Regards,
Xiaoxin Sheng
4 Replies
- Greg_DecklerCommunity Champion
Hmm, I tried the UPN format, file:///c:/... and then flag that as a data category of Web Url but that didn't seem to work.
- AnonymousNot applicable
HI android1,
Nope, I don't think it is possible.
You can to add a custom column to analysis and transfer to binary format, but I can't find any way to invoke windows explorer to open files which stored path in current table.
For your requirement, I think programming language will be more suitable.
Opening a folder in explorer and selecting a file
Regards,
Xiaoxin Sheng
- android1Post Patron
Ok. Thanks for the replies. Much appreciated.