tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 C Language > Advanced > File Operations

File Operations 

This example shows how to check whether a file exist or not and writing text strings to file.

File Name  :  
source/C/advanced/file_ops.c 
Author  :  Sudhakar KV
Email  :  [email protected]

It gives the following output,
File (C:\file_ops.txt) doesn't exist
File (C:\file_ops.txt) exists



 
  


  
bl  br