cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to get the File Handle from a file p
How to get the File Handle from a file path
Apr 21, 2016 at 2:27am UTC
Sharpchain1
(9)
The title explains my problem I need to get the handle of a file using its file path like "C:/Desktop" that kinda thing im not interested in writing to the file or reading from it I just need the handle. Im using Visual Studio for this
Apr 21, 2016 at 6:21am UTC
parik
(3)
You can try using
OpenFile
function for that
https://msdn.microsoft.com/en-us/library/windows/desktop/aa365430%28v=vs.85%29.aspx
Apr 21, 2016 at 1:44pm UTC
Sharpchain1
(9)
Thank you very helpful
Topic archived. No new replies allowed.