0

When I used ACE_OS::fopen function to create file for writing, the result was failed and got errno message "No such device or address". Windows OS: windows server 2008 r2 enterprise! It made me confused, what kinds of reasons could cause this problem!

1 Answers1

0

You are not posting any code, so we can't tell for sure, but there could be multiple reasons: 1. The file is not there 2. You specify the path not correctly 3. You do not have permission to read the file

Johnny Willemsen
  • 2,942
  • 1
  • 14
  • 16