C#/C Sharp – Random Access File Example
Hi, Given below is an example of a C#/C Sharp Random Access File. And the output will be… First value is A Second value is B Last value is E This example shows how you can randomly access data. 🙂
Hi, Given below is an example of a C#/C Sharp Random Access File. And the output will be… First value is A Second value is B Last value is E This example shows how you can randomly access data. 🙂
Hi, We have discussed here copying a file using FileInfo. Now we are going to see how we can do the same without using FileInfo in C Sharp/C#.
Hi, Use the following example code, if you want to write to a text file using C Sharp/C#. 🙂
The following example shows how to deal with a simple text file in Adobe AIR/FLEX. This example illustratesd how to write a string to a text file and save it in the desktop. However you can use the “application directory” but make sure that you have necessary write permission to access the directory. Please leave… Read More »
AIR treats the XML files as just as normal file and so you can proceed using the FileStream classs. Please take a look at the sample code. Just copy and paste the following code to your main.MXML file and you are done. Please post your comments on this post