--- In [email protected], Thomas Hruska <[EMAIL PROTECTED]> wrote:
>
> rsashwinkumar wrote:
> > Is it possible to open a text file from a drive G: if the TC
folder is
> > saved in C: drive? Is yes then how??....Please help...
>
> fp = fopen("G:\\somedir\\sometextfile.txt", "rb");
>
> Or did you mean something else?
>
> --
> Thomas Hruska
> CubicleSoft President
> Ph: 517-803-4197
>
> *NEW* MyTaskFocus 1.1
> Get on task. Stay on task.
>
> http://www.CubicleSoft.com/MyTaskFocus/
>Thank you Sir.
I actually first tried to open as you had given but I did not use the
mode of opening.
Very thanks Sir.