<-- Previous || Up || Next -->

DOS File Name Characters Property
File Names Class

Public Property Get DOSFileNameCharacters() As String

String containing each of the characters that are valid within DOS file names.
These characters are sorted based on their ASCII value.
This string does not contain the lower-case alphabetic characters because DOS file names are not case sensitive.

Example:
    ? IncrementStringWithinCharacterSet("MISC.DAT", DOSFileNameCharacters)
    MISC.DAE
    ? DOSFileNameCharacters
    !#$%&'()-0123456789@ABCDEFGHIJKLMNOPQRSTUVWXYZ^_`{}~
See also:
    SizeDOSDirectoryName Property, et. al.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.