Here is what I'm trying to do
List
item1
item2
item3
All PDF Files
First here is the list code
item1::c:\01.txt
Second here is the Actions Code
%SelectedIndex% = ListBoxObject[ListBox1].GetSelected
%ItemData% = ListBoxObject[ListBox1].GetItemData (%SelectedIndex%)
File.Open (open, "%ItemData%")
Here is the Error Message
Error Opening File
File not Found
C:\01.txt
File is in the root of c drive
Can anyone help me in this matter.
Thanks
List
item1
item2
item3
All PDF Files
First here is the list code
item1::c:\01.txt
Second here is the Actions Code
%SelectedIndex% = ListBoxObject[ListBox1].GetSelected
%ItemData% = ListBoxObject[ListBox1].GetItemData (%SelectedIndex%)
File.Open (open, "%ItemData%")
Here is the Error Message
Error Opening File
File not Found
C:\01.txt
File is in the root of c drive
Can anyone help me in this matter.
Thanks
Comment