简体   繁体   中英

How to open window with defined path from perl?

I have a task with these requirements: On Ubuntu 12.04, I need to open an instance of Nautilus (file manager) with a defined path which is set in the Perl script by an user.

Are there any approaches to do it? Thanks for a response.

UPD And is it possible to select a particular file from all files which are located in a folder (path)?

Your question is really very vague. Without anything else to go on:

system("nautilus", $path);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM