regarding file handling

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ndv472
    New Member
    • Jan 2014
    • 2

    #1

    regarding file handling

    sir
    when we use "fopen" then we have to specify a file name so after writing a program to open any file so where we have to save that file (location of file) so that it will open in which drive and in which folder.
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    If you have specified the path to the file it will be in the current working directory of the program (CWD). This is the directory you ran the program in, often, but not always the directory the program executable is in.

    Comment

    Working...