PHP » GoLang |
login |
register |
about
|
statstat[code]
func Stat(filename string) (os.FileInfo, error) {
return os.Stat(filename)
}
[/code]
|