Say we are having entry box and a button. When user press the button, it should take path from entry box and open the corresponding folder. How can I do it using Perl/TK? Thanks in advance
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You might make a system call to the command line process that opens the file browser. On windows this is apparently the
startcommand, on Linux something likegnome-openornautiluswould work.