cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
Error in opening file
Error in opening file
Aug 30, 2012 at 5:47pm UTC
Tarun Batra
(72)
I tried to open a file using the following code
FILE *trans1;
trans1=fopen("/proc/binder/transcation_log","r");
I am getting an error that no such file or directory while when i try'ed to open the same file in Android(java) it opens,whats the reason?
Actually in java in reading data from this file directly
Aug 31, 2012 at 1:48pm UTC
kooth
(746)
How do you know you're getting "no such file or directory?"
Sep 6, 2012 at 8:14am UTC
burstdev
(3)
Make sure the file is existed and you got the right for accessment.
Topic archived. No new replies allowed.