8 references to PathFileAccess
Microsoft.VisualBasic.Core (8)
Microsoft\VisualBasic\CompilerServices\ExceptionUtils.vb (1)
272vbErrors.PathFileAccess
Microsoft\VisualBasic\CompilerServices\VB6InputFile.vb (1)
43Throw VbMakeException(ex, vbErrors.PathFileAccess)
Microsoft\VisualBasic\CompilerServices\VB6OutputFile.vb (1)
57Throw VbMakeException(ex, vbErrors.PathFileAccess)
Microsoft\VisualBasic\CompilerServices\VB6RandomFile.vb (5)
43Throw VbMakeException(ex, vbErrors.PathFileAccess) 45Throw VbMakeException(ex, vbErrors.PathFileAccess) 47Throw VbMakeException(ex, vbErrors.PathFileAccess) 610Throw VbMakeExceptionEx(vbErrors.PathFileAccess, SR.FileOpenedNoWrite) 616Throw VbMakeExceptionEx(vbErrors.PathFileAccess, SR.FileOpenedNoRead)