Would it be possible for FlashFXP to have the ability to CHMOD files to 4 digits, instead of 3, via checkboxes?
You
can already use advanced permission settings (like
set GID,
set UID, and
sticky) by typing in four digits for the permissions. They just aren't displayed in the permissions dialogue, and are not available to be changed via checkboxes.
eg.:
Code:
owner: read/write/exec
group: read
public: read
-rw-r--r
FlashFXP will read this in as
744
Technically, the permissions should be
0744.