package model // MFileInfo basic file info type MFileInfo struct { Name string Path string }