FileInfo
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os
- Platforms: .NET, .NET Standard 2.0, Island
Required Methods
IsDir
method IsDir: Boolean
Boolean IsDir()
func IsDir() -> Boolean
func IsDir() Boolean
Function IsDir() As Boolean
Mode
method Mode: FileMode
FileMode Mode()
func Mode() -> FileMode
func Mode() FileMode
Function Mode() As FileMode
ModTime
method ModTime: Time
Time ModTime()
func ModTime() -> Time
func ModTime() Time
Function ModTime() As Time
Name
method Name: string
string Name()
func Name() -> string
func Name() string
Function Name() As string
Size
Sys
method Sys: Object
Object Sys()
func Sys() -> Object
func Sys() interface{}
Function Sys() As Object