User Name / Publications
Forum
Error open file: 5002
Hello everyone, Unable to open file : // Specify absolute path to file string filePath = "F:\\F2\\1.txt"; // Path to file int fileHandle; fileHandle = FileOpen(filePath,FILE_SHARE_READ| FILE_READ ); Error opening file: 5002 What could be the reason? Thank you