//
pkg.gl
Category
github.com/Defacto2/server
handler
jsdos
msdos
package
1.5.21
Repository:
https://github.com/defacto2/server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
3
Files
95 SLOC
#
Functions
DirName
DirName returns a FAT 16 compatible string based on the provided named directory.
Rename
Rename returns a FAT 16 compatible string based on the provided filename.
Truncate
Truncate returns the filename in a MS-DOS 8.3 friendly format, truncating the name if necessary.
#
Constants
BaseLen
BaseLen is the maximum length of a filename without the extension on a FAT 12/16 file system.
ExtensionLen
ExtensionLen is the maximum length of a filename extension on a FAT 12/16 file system including the dot.