Hi All
I am a live code beginner
I am trying to allow the user to select a directory then play any videos in that directory.
I have worked through a couple of the tutorials but cant seem to get it working.
Can you point me in the right direction.
Default folder
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Default folder
See the "answer folder" command in the Dictionary.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Default folder
Hi Bobtimpone
Try this
Best regards
Jean-Marc
Try this
Code: Select all
on SelectInMyFolder
put MyPathFolder into defaultPath -- Myfolder is a path of a folder
set the defaultfolder to defaultPath
answer file prompt with defaultPath
end SelectInMyFolder
Jean-Marc
https://alternatic.ch