FileMode
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
constructor
constructor
FileMode()
init()
Sub New()
constructor (UInt32)
constructor(aValue: UInt32)
FileMode(UInt32 aValue)
init(_ aValue: UInt32)
Sub New(aValue As UInt32)
Parameters:
- aValue:
IsDir
method IsDir: Boolean
Boolean IsDir()
func IsDir() -> Boolean
func IsDir() Boolean
Function IsDir() As Boolean
IsRegular
method IsRegular: Boolean
Boolean IsRegular()
func IsRegular() -> Boolean
func IsRegular() Boolean
Function IsRegular() As Boolean
Perm
method Perm: FileMode
FileMode Perm()
func Perm() -> FileMode
func Perm() FileMode
Function Perm() As FileMode
Value
constructor
constructor
FileMode()
init()
Sub New()
constructor (UInt32)
constructor(aValue: UInt32)
FileMode(UInt32 aValue)
init(_ aValue: UInt32)
Sub New(aValue As UInt32)
Parameters:
- aValue:
IsDir
method IsDir: Boolean
Boolean IsDir()
func IsDir() -> Boolean
func IsDir() Boolean
Function IsDir() As Boolean
IsRegular
method IsRegular: Boolean
Boolean IsRegular()
func IsRegular() -> Boolean
func IsRegular() Boolean
Function IsRegular() As Boolean
Perm