api / org.gradle.api.file / CopyProcessingSpec / getFileMode

getFileMode

abstract fun getFileMode(): Int

Returns the Unix permissions to use for the target files. null means that existing permissions are preserved. It is dependent on the copy action implementation whether these permissions will actually be applied.

Return
The file permissions, or null if existing permissions should be preserved.