简体   繁体   中英

Opening a folder locating a specific file in Ubuntu Nautilus Browser

My requirement is simple, I hope some intelligent geeks can help me here out.

I am working on a project[LINUX-UBUNTU], I have a c program , in which I have a char array having a path to a file, an want to open that folder in Ubuntu nautilus browser, also I want that file to get selected automatically possible.

Any help or guidance will be great.

--

Thanks

Alok Kr.

You can use popen (or any from its family) to call nautilus. On one hand, if the argument is a directory, then nautilus will open a window with that directory. On the other hand, if the argument is a file, then nautilus will open a window in that directory with that file selected.

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