8 references to NormalizeFilePath
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\FileIO\FileSystem.vb (7)
190file = NormalizeFilePath(file, "file") 311file = NormalizeFilePath(file, "file") 335file = NormalizeFilePath(file, "file") 705file = NormalizeFilePath(file, "file") 1102Dim sourceFileFullPath As String = NormalizeFilePath(sourceFileName, "sourceFileName") 1103Dim destinationFileFullPath As String = NormalizeFilePath(destinationFileName, "destinationFileName") 1225Dim fileFullPath As String = NormalizeFilePath(file, "file")
Microsoft\VisualBasic\FileIO\TextFieldParser.vb (1)
597Dim fullPath As String = FileSystem.NormalizeFilePath(path, "path")