cloudaice / learnGo

there are something about Go Useage
MIT License
0 stars 0 forks source link

获取文件相关信息 #7

Open cloudaice opened 10 years ago

cloudaice commented 10 years ago

fd_stat := os.Stat(filename)

fileinfo, err := fd_stat.Mode()

uid := fd_stat.Sys().(*syscall.Stat_t).Uid