Where did I write the file

  • Thread starter Thread starter Lloyd Sheen
  • Start date Start date
L

Lloyd Sheen

I forgot a line of code in a routine to save a file on request from client.
File is to be saved on server and a link presented to him to download the
file if wanted.

The code does not append the folder so it has just a file name. I cannot
find the file and a File.Exists shows that it (without the path) exists.

I have tried a file search (Vista shows nothing as usual) and cannot find
the file anywhere. I know the filename but bloody Vista is hiding the file.

Any ideas since I would really like to know where the file exists?

Lloyd Sheen
 
The file should be written to the application directory by default if there
is no path.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
I checked the entire site for the file and cannot see it. A Vista search
will not show the file. I am in VS 2005 Pro and executing using the builtin
web server. I guess I can check for the application directory and see what
that brings. I just really want to view the file and then delete it. I
have fixed the code so that the file goes to the correct place for the user
to be able to click the link to download the file.

Thanks,
Lloyd Sheen
 
Back
Top