stdin redirection Filename help... [Archive] - SpeedGuide.net Broadband Community

View Full Version : stdin redirection Filename help...


Welchel
04-05-02, 08:12 PM
OS: WIN2000
MS C++ v6.x

i have redirected STDIN as:

scpp < filein > fileout

at runtime i want to be able to determine the file name filein that the user has passed.

anyone know of any API calls to return the filename by passing the file handle based on STDIN.

thanks...
-kp-