////////////////////////////////////////////////////////////////////////////////////////
FILE fp = fopen(ChangeFileExt(Application.ExeName, ".DAT").c_str(), "w");
fputs((thisstring.CommaText + "\n").c_str(), fp);
//////////////////////////////////////////////////////////////////////////////////
my file= c:/my documents/my images/cars/a.jpg;
string extension = Path.GetExtension(myffile);
myfile.replace(extension,".Jpeg");
///////////////////////////////////////////////////////////////////////////////////////
string newfilename ,
string filename = "~/Photo/" + lbl_ImgPath.Text.ToString();/*get filename from specific path where we store image*/
string newfilename = Path.ChangeExtension(filename, ".png");/*Convert file format from jpg to png*/
//////////////////////////////////////////////////////////////////////////////////////////
FILE *fopen(
const char *filename,
const char *mode
);
FILE *_wfopen(
const wchar_t *filename,
const wchar_t *mode
);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
FILE fp = fopen(ChangeFileExt(Application.ExeName, ".DAT").c_str(), "w");
fputs((thisstring.CommaText + "\n").c_str(), fp);
//////////////////////////////////////////////////////////////////////////////////
my file= c:/my documents/my images/cars/a.jpg;
string extension = Path.GetExtension(myffile);
myfile.replace(extension,".Jpeg");
///////////////////////////////////////////////////////////////////////////////////////
string newfilename ,
string filename = "~/Photo/" + lbl_ImgPath.Text.ToString();/*get filename from specific path where we store image*/
string newfilename = Path.ChangeExtension(filename, ".png");/*Convert file format from jpg to png*/
//////////////////////////////////////////////////////////////////////////////////////////
FILE *fopen(
const char *filename,
const char *mode
);
FILE *_wfopen(
const wchar_t *filename,
const wchar_t *mode
);
/////////////////////////////////////////////////////////////////////////////////////////////////////////////
Tiada ulasan:
Catat Ulasan