I have recently purchased a windows 7 pc.
I am having a problem with virtualstore.
I have installed a program that downloads tv timetables to the pc.
I am trying to delete the existing files before doing a download.

I have written a little c# program to do this. In xp it would be a doddle, but w7 has me stumped. When I do a search the path for the files is c:\users\"user"\Appdata\Local\virtualstore\program files (x86)\

I am reading the path from a textfile then trying to delete the files.
My program can't navigate to the directory - any help will be welcome.

Thanks

Thepending on the computer language the C:\Users folder can change. IE in Spanish is C:\Usuarios.

You should use the special folders naming in order to obtain the right name of the folder.

Hope this helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.