Re: [edk2] Locating a file in the file system

2014-02-26 Thread Carsey, Jaben
is required. -Jaben -Original Message- From: Bill Paul [mailto:wp...@windriver.com] Sent: Wednesday, February 26, 2014 12:20 PM To: edk2-devel@lists.sourceforge.net Subject: Re: [edk2] Locating a file in the file system Of all the gin joints in all the towns in all the world, John Dav

Re: [edk2] Locating a file in the file system

2014-02-26 Thread Bill Paul
Of all the gin joints in all the towns in all the world, John Davis had to walk into mine at 10:30:59 on Wednesday 26 February 2014 and say: > Hello > > Is there an example someplace for accessing a file in the filesystem? I > would like to be able to read a file into a buffer as a simple exerc

Re: [edk2] Locating a file in the file system

2014-02-26 Thread John Davis
Ahh, I see the problem. All the zip files in the directories need to be unzipped first. once I did that, I could open the .chm files. On Wed, Feb 26, 2014 at 12:03 PM, John Davis wrote: > I wonder if you have them in a specific folder and that is why they open > correctly for you. > > > On We

Re: [edk2] Locating a file in the file system

2014-02-26 Thread John Davis
I wonder if you have them in a specific folder and that is why they open correctly for you. On Wed, Feb 26, 2014 at 11:55 AM, Andrew Fish wrote: > > On Feb 26, 2014, at 11:30 AM, John Davis wrote: > > Hello Andrew, > > The link there has a second link which says: > Looking for the latest versi

Re: [edk2] Locating a file in the file system

2014-02-26 Thread Andrew Fish
On Feb 26, 2014, at 11:30 AM, John Davis wrote: > Hello Andrew, > > The link there has a second link which says: > Looking for the latest version? Download > UDK2010.SR1.UP1.P1.Complete.MyWorkSpace.zip (88.1 MB) > > When I downloaded that zip file it has a lot of .chm files in the zip file.

Re: [edk2] Locating a file in the file system

2014-02-26 Thread Mcdaniel, Daryl
.com] Sent: Wednesday, February 26, 2014 10:31 AM To: edk2-devel@lists.sourceforge.net Subject: [edk2] Locating a file in the file system Hello Is there an example someplace for accessing a file in the filesystem? I would like to be able to read a file into a buffer as a simple exercise. I saw the

Re: [edk2] Locating a file in the file system

2014-02-26 Thread John Davis
Hello Andrew, The link there has a second link which says: Looking for the latest version? *Download UDK2010.SR1.UP1.P1.Complete.MyWorkSpace.zip (88.1 MB) * *When I downloaded that zip file it has a lot of .chm files in the

Re: [edk2] Locating a file in the file system

2014-02-26 Thread Andrew Fish
On Feb 26, 2014, at 10:30 AM, John Davis wrote: > Hello > > Is there an example someplace for accessing a file in the filesystem? I > would like to be able to read a file into a buffer as a simple exercise. I > saw the earlier notes about doing this via stdlib/posix api calls. I figure > t

Re: [edk2] Locating a file in the file system

2014-02-26 Thread Igor Sharovar
You should look at the Shell Package of UDK (ShellPkg) . UEFI Shell has commands which works with a File System. Igor Sharovar On Wed, Feb 26, 2014 at 11:30 AM, John Davis wrote: > Hello > > Is there an example someplace for accessing a file in the filesystem? I > would like to be able to re

[edk2] Locating a file in the file system

2014-02-26 Thread John Davis
Hello Is there an example someplace for accessing a file in the filesystem? I would like to be able to read a file into a buffer as a simple exercise. I saw the earlier notes about doing this via stdlib/posix api calls. I figure there is a similar method to do this via uefi api. Later I want to