**)Code:fh = fopen(getScriptPath(), 0 ); // Open the file for reading if (fh!=- 1 ) // If the file has been successfully opened { length = flength(fh); str = fread(fh, length); fclose(fh); write(str); }
I have tried the given code but it didn’t solve my problem. Please try to provide some other solution.



Reply With Quote

Copyright Techfuels
Bookmarks