Skip to content

Method for updating a file's traditional path #63

Description

@aidin36

There should be a method in libtocc::Manager that let's the user updates traditional_path of a file.

The signature should be as follows:

void set_traditional_path(const char* file_id, const char* traditional_path)

The method should check if the specified traditional path is duplicated (i.e. another file already have this traditional path). If it is so, it should throw an exception.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions