Skip to content

Still working? #3

@pepeu93

Description

@pepeu93

I tried it with a png file on win10 the file didn't get unlocked.

#include <iostream>
#include "unlocker.h"
int main()
{
    auto file = unlocker::Path::Exists(L"D:/resize.png");
    if (file)
    {
        auto err = file->Unlock();
        std::cout << err;
    }
    std::cout << "Hello World!\n";
}

I tried it with admin rights.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions