I have files parsed from the command line in a program that are opened using (fp = fopen()), where fp is defined as FILE *fp; Is there a function that will give me the filename of the fopen'd file using fp? Thanks, -K