Is Drive Valid Segfault

I have a program that allows users to specify the debug log file location and name.

I have tried using the access() and stat() but they both segfault if the drive say (d:\) is invalid. Both seem to be fine if the drive exists.

Could someone please point me in the direction to a function that will work or pointers on how to make the aforementioned functions to work.

thanks,

Rob.

I suspect it's not access() and stat() that are segfaulting but something later in your code. Please post the segfaulting code.