3 references to chLetterA
Microsoft.VisualBasic.Core (3)
Microsoft\VisualBasic\FileSystem.vb (3)
82
If (Drive <
chLetterA
) OrElse (Drive > chLetterZ) Then
118
If (Drive <
chLetterA
OrElse Drive > chLetterZ) Then
476
Dim iDrive As Integer = AscW(cDrive) - AscW(
chLetterA
)