MyFileInfo
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.os
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor(aFile: String)
MyFileInfo(String aFile)
init(_ aFile: String)
Sub New(aFile As String)
Parameters:
- aFile:
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
method Size: int64
int64 Size()
func Size() -> int64
func Size() int64
Function Size() As int64
Sys
method Sys: Object
Object Sys()
func Sys() -> Object
func Sys() interface{}
Function Sys() As Object