How to create file on c:\

S

Stoyan Malchev

I have an app that creates some files in c:\.
It fails on VISTA on access violation.

Is it possible to enable access to root directory on drive c:
 
G

Guest

Short answer: yes.

Long answer: but unless your application is an administrative application
doing so is a really bad idea and would, by definition, make your app
non-Vista compliant. Your app should be writing either into the user's data
directory or into some application specific directory under C:\ProgramData.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top