Results 1 to 1 of 1
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() ...
- 10-25-2007 #1Just Joined!
- Join Date
- Oct 2007
- Posts
- 15
Using Boost File system
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?


Reply With Quote