Total members 11890 |It is currently Wed Apr 24, 2024 12:38 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





I have written a program to create a file.The file always get created
in Bin folder.How to create a file in other folders of desired
location.




Author:
Proficient
User avatar Posts: 280
Have thanks: 1 time

Just provide the full path to the directory you
want to open the file in.
Code:
fopen("C:\\Users\\bmccoy\\Music\\myfile.txt", "w"); in windows


fopen("/export/home/bmccoy/Music/myfile.txt", "w");


_________________
Please recommend my post if you found it helpful


Author:
Proficient
User avatar Posts: 228
Have thanks: 0 time
Post new topic Reply to topic  [ 2 posts ] 

  Related Posts  to : File creation in C++
 table creation     -  
 Encrypt/Decrypt a file from source file to target file.     -  
 Copy file to file in java code- implementation     -  
 file descriptor vs file pointer     -  
 getting file name of html input file tag using jsp     -  
 How to convert xml file to Pdf file using C     -  
 C++ File I/O     -  
 web.xml file     -  
 JSP to Upload File     -  
 read from file in C++     -  



Topic Tags

C++ Files and I/O
cron





Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com