Re: [edk2] Take Data from a .txt file in EDK II

2013-10-12 Thread Thomas Rognon
On Sat, Oct 12, 2013 at 10:24 PM, Nishit Patira wrote: > Hi, > > I am writing an application in EDK II where I need to take a string from > source.txt, do certain operations on it, and store the final value in > destination.txt > > Can you tell me which header file should be included for the fi

[edk2] Take Data from a .txt file in EDK II

2013-10-12 Thread Nishit Patira
Hi, I am writing an application in EDK II where I need to take a string from source.txt, do certain operations on it, and store the final value in destination.txt Can you tell me which header file should be included for the file operations? Regards, Nishit Patira ---