From: pcanterino <> Date: Fri, 26 Nov 2004 16:00:27 +0000 (+0000) Subject: - Check if we have enough permissions to write in directory at the following X-Git-Tag: version_2_2~3 X-Git-Url: https://git.p6c8.net/devedit.git/commitdiff_plain/4fb80b78acb8c336200b5fe20403bcb94c0aed98?hp=4fb80b78acb8c336200b5fe20403bcb94c0aed98 - Check if we have enough permissions to write in directory at the following points: - Before executing a command which creates a new file - Before uploading a file - Before removing or moving/renaming a file or directory - oct() does not care about leading zeros, the resulting value is always the same. - The name of the variable which will be replaced by a directory to go back to in error.htm was renamed from "{DIR}" to "{BACK}". "{DIR}" caused some problems. - Changed the names of some error messages: nocopy -> no_copy noedit -> no_edit noview -> no_view ---