Skip to content

invalid documentation #1120

@tfcccc

Description

@tfcccc

on page https://www.amxmodx.org/api/file/mkdir says: "Permissions (default is o=rx,g=rx,u=rwx)"

but FPERM_DIR_DEFAULT is not 755! it is 777 (int(511))

for more details:

#define FPERM_DIR_DEFAULT FPERM_U_RWX | FPERM_G_RWX | FPERM_O_RWX /* rwx r-x r-x (0755) */

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