-
Notifications
You must be signed in to change notification settings - Fork 15
Example - Basic read file question #21
Copy link
Copy link
Open
Description
Hi. if somebody could help me I would appreciate it.
#include "zarchive/zarchivereader.h"
int main()
{
ZArchiveReader* reader = ZArchiveReader::OpenFromFile("Text.zar");
if (!reader)
return -1;
ZArchiveNodeHandle fileHandle = reader->LookUp("Text.txt");
if (reader->IsFile(fileHandle))
{
// Text.txt to string?
// Is possivel -> Text.txt to simbolicLink Junction?
CreateJunction(TEXT("C:\\Game"), TEXT("D:\\Game")); //Work Correct.
}
delete reader;
return 0;
}
Sorry, I'm learning c++
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels