Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
func EncodedStringLen ¶
Types ¶
type MapChars ¶
type MapChars int
Character mapping strategy that can be used when a reserved character is encountered in a file name.
const ( // Don't map reserved characters MapCharsNone MapChars = 0 // Map reserved characters using the Services for Mac scheme. This is // equivalent to using the 'mapposix' when mounting a volume in Linux. MapCharsSFM MapChars = 1 // Map reserved characters using the Services for Unix scheme. This is // equivalent to using 'mapchars' when mounting a volume in Linux. MapCharsSFU MapChars = 2 )
Click to show internal directories.
Click to hide internal directories.