File System

File Data Converter App in Python with Source Code

Submitted by razormist on
File Data Converter App in Python with Source Code - A Python application that can allow you to perform conversions of various file size units. The purpose of this application is to provide you with an accurate and efficient method for converting any type of file size. Python Source Code.

Creating a Management Solution in Visual Basic #1 Design and Writing To Files

Submitted by Yorkiebar on
Introduction: This tutorial is going to be on how to create a record management solution in Visual Basic. This Tutorial: Since this is a multi-part tutorial series, this tutorial is going to be on setting up the form and creating the much needed writeToFile function. The Design: For your reference, I am using Visal Studio Ultimate 2013, the programming should be the same but the design may differ from previous or future versions of the studio program. We are going to try and create the whole design in this first tutorial but we may have to

PHP File Handling: Reading File

Submitted by joken on
In this tutorial I'm going to show how to read back information from files. So before we can read information from a file we need to use a function fopen just to open the file for reading. In this lesson, we’re going to use the “hello.txt” file that we created in the writing of file lesson. To start in this lesson, we are going to create a new PHP file called "readfile.php".