I have to open and read a file (/proc/<process id>)/cmdline, how do i do it using boost file system?
i have got the value of file in s = itr->native_file_string() + "/cmdline"

How to proceed from here?