Documentation ¶
Index ¶
Constants ¶
View Source
const ( FilePathEmpty = "File path was empty(\"\")." BrokenLongPathUncPrefix = `\?\UNC\` BrokenLongPathQuestionMarkPrefix = `\?\` DoubleStars = "**" )
Variables ¶
View Source
var ( SlugForbiddenArray = []string{ " ", "!", "`", "@", "#", "%", "$", "^", "&", "*", "(", ")", "{", "}", "[", "]", } SlugHashset = corestr.NewHashsetUsingStrings( &SlugForbiddenArray, 0, false) )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.