How do I create my own file extension?
Help please. In short: I need to create my own file extension, for example levelData.ldat, and so that only the program can access this file (read and modify it), but not the user in any case
6 Replies
well you just save it in with that extension
If your program can access it, the user can access it
Even if it's by reading bytes directly from RAM
:((
Okay, thanks
You can make it hard, but never impossible
@Kirieshka why do you want to restrict user access anyhow?
You mean registrate the association of that extension to your program right?