Newsgroups : Borland : borland.public.delphi.nativeapi.win32 : 2007 Mar : Write to and see UNC path
| Subject: | Write to and see UNC path |
| Posted by: | "Jon Jacobs" (jon.jaco..@snelling.com) |
| Date: | 6 Mar 2007 12:45:39 |
My app writes thousands of files to a network location via UNC path. No Problem. Now I had to add a feature to search through those files and process some of them.
FindFirst/FindNext cannot "see" them. I have thousands of files I wrote with my app, and even *.* only sees 3 of them.
What gives? How can I see the files I wrote?
I temporarily worked around the problem by dropping the app in the same folder as the files. Then I could see them to process them, but that is only a quick work-around and cannot be used on a regular basis.
Jon