Click here to Skip to main content
15,913,349 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: An unhandled exception of type 'System.NullReferenceException' occurred in winpcap Wrapper test.exe Pin
Dave Kreskowiak4-Feb-05 9:32
mveDave Kreskowiak4-Feb-05 9:32 
GeneralRe: An unhandled exception of type 'System.NullReferenceException' occurred in winpcap Wrapper test.exe Pin
Delo4-Feb-05 10:34
Delo4-Feb-05 10:34 
GeneralConvert Negative Number Pin
Harmonium4-Feb-05 8:03
Harmonium4-Feb-05 8:03 
GeneralRe: Convert Negative Number Pin
Dave Kreskowiak4-Feb-05 8:29
mveDave Kreskowiak4-Feb-05 8:29 
GeneralRe: Convert Negative Number Pin
Harmonium4-Feb-05 8:33
Harmonium4-Feb-05 8:33 
GeneralNeed help Pin
babur khan4-Feb-05 5:26
babur khan4-Feb-05 5:26 
GeneralRe: Need help Pin
Dave Kreskowiak4-Feb-05 5:54
mveDave Kreskowiak4-Feb-05 5:54 
Generalfile.exists but not accessible Pin
KreativeKai4-Feb-05 2:17
professionalKreativeKai4-Feb-05 2:17 
We've found that if you have logic checking the existence of a file and you don't have access to the folder, the logic simply comes back as not exists.

For example if there is definitely a file called test.txt on the H:\ drive root directory and we don't have access to that drive the following logic simply executes the else part of the logic.

if file.exists("H:\test.txt") then
msgbox("It exists")
else
msgbox("It does not exist")
end if

How can we check if we first have access to a specific directory or drive?

Any help is appreciated. Confused | :confused:

Lost in the vast sea of .NET
GeneralRe: file.exists but not accessible Pin
Dave Kreskowiak4-Feb-05 5:57
mveDave Kreskowiak4-Feb-05 5:57 
GeneralRe: file.exists but not accessible Pin
KreativeKai10-Feb-05 4:32
professionalKreativeKai10-Feb-05 4:32 
GeneralRe: Minesweeper with 3 tier Pin
Dave Kreskowiak4-Feb-05 6:00
mveDave Kreskowiak4-Feb-05 6:00 
GeneralDB Merge question from newbie Pin
pedros733-Feb-05 23:11
pedros733-Feb-05 23:11 
GeneralDB Merge question from newbie Pin
pedros733-Feb-05 23:10
pedros733-Feb-05 23:10 
GeneralRe: DB Merge question from newbie Pin
Dave Kreskowiak4-Feb-05 6:07
mveDave Kreskowiak4-Feb-05 6:07 
GeneralCrystal Reports Logon problem Pin
Alan Hallett3-Feb-05 22:38
Alan Hallett3-Feb-05 22:38 
GeneralRe: Crystal Reports Logon problem Pin
Joel Parmer8-Feb-05 7:21
Joel Parmer8-Feb-05 7:21 
GeneralRe: Crystal Reports Logon problem Pin
Alan Hallett8-Feb-05 21:27
Alan Hallett8-Feb-05 21:27 
GeneralRe: Crystal Reports Logon problem Pin
Alan Hallett12-Feb-05 2:19
Alan Hallett12-Feb-05 2:19 
Generallistbox to textfile Pin
johnjsm3-Feb-05 22:37
johnjsm3-Feb-05 22:37 
GeneralRe: listbox to textfile Pin
Dave Kreskowiak4-Feb-05 6:09
mveDave Kreskowiak4-Feb-05 6:09 
Generalround function in VBA Pin
Stephan Wright3-Feb-05 22:13
Stephan Wright3-Feb-05 22:13 
GeneralRe: round function in VBA Pin
Stephan Wright3-Feb-05 22:53
Stephan Wright3-Feb-05 22:53 
GeneralRe: round function in VBA Pin
Just Greeky Creek3-Feb-05 23:30
Just Greeky Creek3-Feb-05 23:30 
GeneralDetermine DLL/EXE Version number Pin
nikneem20053-Feb-05 21:17
nikneem20053-Feb-05 21:17 
GeneralRe: Determine DLL/EXE Version number Pin
Dave Kreskowiak6-Feb-05 3:53
mveDave Kreskowiak6-Feb-05 3:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.