Documentation ¶
Index ¶
- type Instance
- func (it *Instance) BothExtension() (dotExt, ext string)
- func (it *Instance) DotExtension() (fileName, dotExt string)
- func (it *Instance) ErrorWrapper(errType errtype.Variation) *errorwrapper.Wrapper
- func (it *Instance) FileName() string
- func (it *Instance) FileNameExt() string
- func (it *Instance) FileNameWithoutExt() string
- func (it *Instance) HasError() bool
- func (it *Instance) HasFileInfo() bool
- func (it *Instance) IsDir() bool
- func (it *Instance) IsEmptyError() bool
- func (it *Instance) IsExist() bool
- func (it *Instance) IsFile() bool
- func (it *Instance) IsInvalidFileInfo() bool
- func (it *Instance) IsInvalidPath() bool
- func (it *Instance) LastModifiedAt() *time.Time
- func (it *Instance) Mode() os.FileMode
- func (it *Instance) NotDirError() *errorwrapper.Wrapper
- func (it *Instance) NotFileError() *errorwrapper.Wrapper
- func (it *Instance) Size() *int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Instance ¶
func (*Instance) BothExtension ¶
func (*Instance) DotExtension ¶
func (*Instance) ErrorWrapper ¶
func (it *Instance) ErrorWrapper(errType errtype.Variation) *errorwrapper.Wrapper
func (*Instance) FileNameExt ¶
func (*Instance) FileNameWithoutExt ¶
func (*Instance) HasFileInfo ¶
func (*Instance) IsEmptyError ¶
func (*Instance) IsInvalidFileInfo ¶
func (*Instance) IsInvalidPath ¶
func (*Instance) LastModifiedAt ¶
func (*Instance) NotDirError ¶
func (it *Instance) NotDirError() *errorwrapper.Wrapper
func (*Instance) NotFileError ¶
func (it *Instance) NotFileError() *errorwrapper.Wrapper
Click to show internal directories.
Click to hide internal directories.