ResourceFile.FileMode Property

Definition

Gets the file permission mode attribute in octal format.

public string FileMode { get; }
member this.FileMode : string
Public ReadOnly Property FileMode As String

Property Value

Remarks

This property is applicable only if the resource file is downloaded to a Linux node. This property will be ignored if it is specified for a ResourceFile which will be downloaded to a Windows node. If this property is not specified for a Linux node, then the default value is 0770.

Applies to