You are here

constant FILE_EXISTS_RENAME in Coder 7.2

Same name and namespace in other branches
  1. 5.2 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
  2. 6.2 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
  3. 6 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
  4. 7 scripts/coder_format/coder_format.php \FILE_EXISTS_RENAME
1 use of FILE_EXISTS_RENAME
file_destination in scripts/coder_format/coder_format.php
Determines the destination path for a file depending on how replacement of existing files should be handled.

File

scripts/coder_format/coder_format.php, line 79
Coder format shell invocation script.

Code

define('FILE_EXISTS_RENAME', 0);