Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Vista Newsgroups > Vista file management

File isn't there - but it really is

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 01-18-2008   #1 (permalink)
Dennis Duke
Guest


 

File isn't there - but it really is

I know the title doesn't make sense, here goes. I have Vista Basic and I
installed a program named "Sudoku 600" in "C:\Program Files\Sudoku 600". I
let the program generate a puzzle and then save it as "Puzzle 01.sud" in the
program's folder. When I look in the folder, the file is not there. I can
use the "Command Prompt" and do a 'dir' and it is not there. I can hit "CTRL
F" and search for it and it is not there. When I ask the program to load the
file it IS there and it loads fine (no, it isn't in a database or somewhere
else - there are other "*.sud" files in the folder that were put there by
the program installation and each puzzle is a stand-alone file). I can use a
program called "Agent Ransack" to search for it and the file is there and I
can click on it within "Agent Ransack" and it opens fine. I have the Sudoku
program on a Windows XP machine and the files are saved individually and
show up in the folder. Why are they hidden in Vista and not XP?


My System SpecsSystem Spec
Old 01-18-2008   #2 (permalink)
R. C. White
Guest


 

Re: File isn't there - but it really is

Hi, Dennis.
Quote:

> Why are they hidden in Vista and not XP?
Because Vista finally enforces the rules that were introduced a decade ago:
Keep data files separate from the application files. Install the executable
and other program files into C:\Program Files, but program the application
to create a separate folder and put its data there.

The Program Files folder is one that is restricted and cannot normally be
written to; another is the Root of the Boot Volume, normally C:\. We need
to invoke our Administrator credentials to write into those folders.

You probably will find your Sudoku puzzles in C:\ProgramData\Sudoku, or some
similarly-named folder. If the program has been written properly, it will
know how to find that location and use it.

RC
--
R. C. White, CPA
San Marcos, TX
rc@xxxxxx
Microsoft Windows MVP
(Running Windows Live Mail 2008 in Vista Ultimate x64)


"Dennis Duke" <kb4xn@xxxxxx> wrote in message
news:47917593$0$18450$4c368faf@xxxxxx
Quote:

> I know the title doesn't make sense, here goes. I have Vista Basic and I
> installed a program named "Sudoku 600" in "C:\Program Files\Sudoku 600". I
> let the program generate a puzzle and then save it as "Puzzle 01.sud" in
> the program's folder. When I look in the folder, the file is not there. I
> can use the "Command Prompt" and do a 'dir' and it is not there. I can hit
> "CTRL F" and search for it and it is not there. When I ask the program to
> load the file it IS there and it loads fine (no, it isn't in a database or
> somewhere else - there are other "*.sud" files in the folder that were put
> there by the program installation and each puzzle is a stand-alone file).
> I can use a program called "Agent Ransack" to search for it and the file
> is there and I can click on it within "Agent Ransack" and it opens fine. I
> have the Sudoku program on a Windows XP machine and the files are saved
> individually and show up in the folder. Why are they hidden in Vista and
> not XP?
My System SpecsSystem Spec
Old 01-19-2008   #3 (permalink)
Dennis Duke
Guest


 

Re: File isn't there - but it really is

I understand what you are saying, but that is not the case. "Agent Ransack"
is an older search program that doesn't know about Vista and proves the the
files are actually in "C:\Program Files\Sudoku 600". Vista's "CTRL F" and
the "Command Prompt" (I guess old DOS) do not show the files at all. Again,
older non VISTA programs find the files where I think they should be but
nothing "Vista" finds them.


"R. C. White" <rc@xxxxxx> wrote in message
news:O9kl$blWIHA.1132@xxxxxx
Quote:

> Hi, Dennis.
>
Quote:

>> Why are they hidden in Vista and not XP?
>
> Because Vista finally enforces the rules that were introduced a decade
> ago: Keep data files separate from the application files. Install the
> executable and other program files into C:\Program Files, but program the
> application to create a separate folder and put its data there.
>
> The Program Files folder is one that is restricted and cannot normally be
> written to; another is the Root of the Boot Volume, normally C:\. We need
> to invoke our Administrator credentials to write into those folders.
>
> You probably will find your Sudoku puzzles in C:\ProgramData\Sudoku, or
> some similarly-named folder. If the program has been written properly, it
> will know how to find that location and use it.
>
> RC
> --
> R. C. White, CPA
> San Marcos, TX
> rc@xxxxxx
> Microsoft Windows MVP
> (Running Windows Live Mail 2008 in Vista Ultimate x64)
>
>
> "Dennis Duke" <kb4xn@xxxxxx> wrote in message
> news:47917593$0$18450$4c368faf@xxxxxx
Quote:

>> I know the title doesn't make sense, here goes. I have Vista Basic and I
>> installed a program named "Sudoku 600" in "C:\Program Files\Sudoku 600".
>> I let the program generate a puzzle and then save it as "Puzzle 01.sud"
>> in the program's folder. When I look in the folder, the file is not
>> there. I can use the "Command Prompt" and do a 'dir' and it is not there.
>> I can hit "CTRL F" and search for it and it is not there. When I ask the
>> program to load the file it IS there and it loads fine (no, it isn't in a
>> database or somewhere else - there are other "*.sud" files in the folder
>> that were put there by the program installation and each puzzle is a
>> stand-alone file). I can use a program called "Agent Ransack" to search
>> for it and the file is there and I can click on it within "Agent Ransack"
>> and it opens fine. I have the Sudoku program on a Windows XP machine and
>> the files are saved individually and show up in the folder. Why are they
>> hidden in Vista and not XP?
>

My System SpecsSystem Spec
Old 01-19-2008   #4 (permalink)
Jane C
Guest


 

Re: File isn't there - but it really is

Hi Dennis,

If you go to C:\Program Files\Sudoku 600, look at the toolbar at the top for
"Compatibility Files". If you click on that, it will take you to the actual
location of the "missing" files:

C:\Users\YourUsername\AppData\Local\VirtualStore\Program Files\Sudoku 600

(AppData is a hidden folder)

File and folder virtualization is how Vista handles older programs that do
not understand the security model. It fools older programs into thinking
that they have written to a Program Files folder, by secretly redirecting to
the Virtual Store. The older program thinks that the data is under Program
Files.

A fully Vista-compliant program will have no need of redirection, as all
data would be written to either ProgramData, or under the User's folder.

--
Jane, not plain 64 bit enabled :-)
Batteries not included. Braincell on vacation ;-)
MVP Windows Shell/User

"Dennis Duke" <kb4xn@xxxxxx> wrote in message
news:479229fd$0$31761$4c368faf@xxxxxx
Quote:

>I understand what you are saying, but that is not the case. "Agent Ransack"
>is an older search program that doesn't know about Vista and proves the the
>files are actually in "C:\Program Files\Sudoku 600". Vista's "CTRL F" and
>the "Command Prompt" (I guess old DOS) do not show the files at all. Again,
>older non VISTA programs find the files where I think they should be but
>nothing "Vista" finds them.
>


My System SpecsSystem Spec
Old 01-19-2008   #5 (permalink)
Dennis Duke
Guest


 

Re: File isn't there - but it really is

Thanks Jane,

That solved my "problem". I hate little things like this that don't make
sense until someone comes up with an explanation. Thanks again!!!

Dennis



"Jane C" <janecolman@xxxxxx> wrote in message
news:8C21DCE0-792D-4531-9738-EE65BEA2D538@xxxxxx
Quote:

> Hi Dennis,
>
> If you go to C:\Program Files\Sudoku 600, look at the toolbar at the top
> for "Compatibility Files". If you click on that, it will take you to the
> actual location of the "missing" files:
>
> C:\Users\YourUsername\AppData\Local\VirtualStore\Program Files\Sudoku 600
>
> (AppData is a hidden folder)
>
> File and folder virtualization is how Vista handles older programs that do
> not understand the security model. It fools older programs into thinking
> that they have written to a Program Files folder, by secretly redirecting
> to the Virtual Store. The older program thinks that the data is under
> Program Files.
>
> A fully Vista-compliant program will have no need of redirection, as all
> data would be written to either ProgramData, or under the User's folder.
>
> --
> Jane, not plain 64 bit enabled :-)
> Batteries not included. Braincell on vacation ;-)
> MVP Windows Shell/User
>
> "Dennis Duke" <kb4xn@xxxxxx> wrote in message
> news:479229fd$0$31761$4c368faf@xxxxxx
Quote:

>>I understand what you are saying, but that is not the case. "Agent
>>Ransack" is an older search program that doesn't know about Vista and
>>proves the the files are actually in "C:\Program Files\Sudoku 600".
>>Vista's "CTRL F" and the "Command Prompt" (I guess old DOS) do not show
>>the files at all. Again, older non VISTA programs find the files where I
>>think they should be but nothing "Vista" finds them.
>>
>
>
>

My System SpecsSystem Spec
Old 01-25-2008   #6 (permalink)
deernut_00
Guest


 

Re: File isn't there - but it really is

Jane
Is there an intuitive explanation of what "compatibility files" means?
Certainly not intuitive to me, and it makes no sense (sorry, but it just
doesn't). Thanks
deernut_00

"Dennis Duke" wrote:
Quote:

> Thanks Jane,
>
> That solved my "problem". I hate little things like this that don't make
> sense until someone comes up with an explanation. Thanks again!!!
>
> Dennis
>
>
>
> "Jane C" <janecolman@xxxxxx> wrote in message
> news:8C21DCE0-792D-4531-9738-EE65BEA2D538@xxxxxx
Quote:

> > Hi Dennis,
> >
> > If you go to C:\Program Files\Sudoku 600, look at the toolbar at the top
> > for "Compatibility Files". If you click on that, it will take you to the
> > actual location of the "missing" files:
> >
> > C:\Users\YourUsername\AppData\Local\VirtualStore\Program Files\Sudoku 600
> >
> > (AppData is a hidden folder)
> >
> > File and folder virtualization is how Vista handles older programs that do
> > not understand the security model. It fools older programs into thinking
> > that they have written to a Program Files folder, by secretly redirecting
> > to the Virtual Store. The older program thinks that the data is under
> > Program Files.
> >
> > A fully Vista-compliant program will have no need of redirection, as all
> > data would be written to either ProgramData, or under the User's folder.
> >
> > --
> > Jane, not plain 64 bit enabled :-)
> > Batteries not included. Braincell on vacation ;-)
> > MVP Windows Shell/User
> >
> > "Dennis Duke" <kb4xn@xxxxxx> wrote in message
> > news:479229fd$0$31761$4c368faf@xxxxxx
Quote:

> >>I understand what you are saying, but that is not the case. "Agent
> >>Ransack" is an older search program that doesn't know about Vista and
> >>proves the the files are actually in "C:\Program Files\Sudoku 600".
> >>Vista's "CTRL F" and the "Command Prompt" (I guess old DOS) do not show
> >>the files at all. Again, older non VISTA programs find the files where I
> >>think they should be but nothing "Vista" finds them.
> >>
> >
> >
> >
>
>
>
My System SpecsSystem Spec
Old 02-24-2008   #7 (permalink)
Timmay
Guest


 

Re: File isn't there - but it really is

Up until yesterday the folder where i kept my downloads was easily accessable
to me by using the "Compatibility Files" tab on the tool bar. My Problem
today is that that tab has dissapeared!. The files are still there, but the
folder says it's empty. How do I get the "Compatibility Files" tab back?


"deernut_00" wrote:
Quote:

> Jane
> Is there an intuitive explanation of what "compatibility files" means?
> Certainly not intuitive to me, and it makes no sense (sorry, but it just
> doesn't). Thanks
> deernut_00
>
> "Dennis Duke" wrote:
>
Quote:

> > Thanks Jane,
> >
> > That solved my "problem". I hate little things like this that don't make
> > sense until someone comes up with an explanation. Thanks again!!!
> >
> > Dennis
> >
> >
> >
> > "Jane C" <janecolman@xxxxxx> wrote in message
> > news:8C21DCE0-792D-4531-9738-EE65BEA2D538@xxxxxx
Quote:

> > > Hi Dennis,
> > >
> > > If you go to C:\Program Files\Sudoku 600, look at the toolbar at the top
> > > for "Compatibility Files". If you click on that, it will take you to the
> > > actual location of the "missing" files:
> > >
> > > C:\Users\YourUsername\AppData\Local\VirtualStore\Program Files\Sudoku 600
> > >
> > > (AppData is a hidden folder)
> > >
> > > File and folder virtualization is how Vista handles older programs that do
> > > not understand the security model. It fools older programs into thinking
> > > that they have written to a Program Files folder, by secretly redirecting
> > > to the Virtual Store. The older program thinks that the data is under
> > > Program Files.
> > >
> > > A fully Vista-compliant program will have no need of redirection, as all
> > > data would be written to either ProgramData, or under the User's folder.
> > >
> > > --
> > > Jane, not plain 64 bit enabled :-)
> > > Batteries not included. Braincell on vacation ;-)
> > > MVP Windows Shell/User
> > >
> > > "Dennis Duke" <kb4xn@xxxxxx> wrote in message
> > > news:479229fd$0$31761$4c368faf@xxxxxx
> > >>I understand what you are saying, but that is not the case. "Agent
> > >>Ransack" is an older search program that doesn't know about Vista and
> > >>proves the the files are actually in "C:\Program Files\Sudoku 600".
> > >>Vista's "CTRL F" and the "Command Prompt" (I guess old DOS) do not show
> > >>the files at all. Again, older non VISTA programs find the files where I
> > >>think they should be but nothing "Vista" finds them.
> > >>
> > >
> > >
> > >
> >
> >
> >
My System SpecsSystem Spec
Old 02-24-2008   #8 (permalink)
Ronnie Vernon MVP
Guest


 

Re: File isn't there - but it really is

"Timmay" <Timmay@xxxxxx> wrote in message
news:9572B0F5-F3B8-464E-BC8E-8F92380615A4@xxxxxx
Quote:

> Up until yesterday the folder where i kept my downloads was easily
> accessable
> to me by using the "Compatibility Files" tab on the tool bar. My Problem
> today is that that tab has dissapeared!. The files are still there, but
> the
> folder says it's empty. How do I get the "Compatibility Files" tab back?
>
Timmay

Did you turn User Account Control (UAC) off? This is the component that
controls the Compatibility Files. (Virtualization)
--

Ronnie Vernon
Microsoft MVP
Windows Desktop Experience

My System SpecsSystem Spec
Closed Thread
Update your Vista Drivers Update Your Drivers Now!!

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
Scheduled task (run .bat file) fails every time with 0x80070002 (file not found) Ben Dilts Vista General 2 07-22-2008 08:50 AM
Create New folder, move file, delete file. Explorer Freeze erod49 General Discussion 10 05-20-2008 05:38 AM
file icons dont match contents-file names hidden Fosbury Vista file management 0 05-07-2008 05:48 PM
coping file from a remote file share - FILE IS NO LONG THERE bogus error message Heith Vista networking & sharing 0 10-18-2007 03:58 PM
File Open and File Save As Dialog Freeze and Hang All Applications =?Utf-8?B?TGlnaHRmb290ZQ==?= Vista file management 0 07-12-2006 11:39 AM


Vistax64.com is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media 2005-2008

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51