Question

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)?

Était-ce utile?

La solution

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

system("nautilus", $path);
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top