Tutorial by Topics: file

From Apple: Creating a Custom View That Renders in Interface Builder Note: Keep in mind that if you'd use fancy 'custom' fonts in your XIB elements (such UILabel, UITextField etc) then the initial loading time of your XIB will be longer depending on the font chosen and system version.
ParameterDetailsstring pathPath of the file to check. (relative or fully qualified) Returns true if the file exists, false otherwise.
int readfile ( string $filename [, bool $use_include_path = false [, resource $context ]] ) ParameterDescriptionfilenameThe filename being read.use_include_pathYou can use the optional second parameter and set it to TRUE, if you want to search for the file in the include_path, too.contextA ...
ParameterDescriptionpath_or_bufstring or file handle, default None File path or object, if None is provided the result is returned as a string.sepcharacter, default ‘,’ Field delimiter for the output file.na_repstring, default ‘’ Missing data representationfloat_formatstring, default None Format st...
ModeExplaination>Write (trunc). Will overwrite existing files. Creates a new file if no file was found>>Write (append). Will not overwrite files but append new content at the end of it. Will also create a file if used for opening a non existing file.<Read. Opens the file in read only m...
Reading Text files and performing operations on them.
There are some cases where your application cannot manipulate the contents of assets loaded from an external resource (e.g. transform images). I can't remember for certain what they are, but I am fairly sure it's related to cross domain content loading.
A makefile is a text file which controls the operation of the make program. The make program is typically used to manage the creation of programs from their source files, but it can be more generally used to handle any process where files (or targets) need to be regenerated after other files (or ...
The Manifest is an obligatory file named exactly "AndroidManifest.xml" and located in the app's root directory. It specifies the app name, icon, Java package name, version, declaration of Activities, Services, app permissions and other information.
reader = new FileReader(); Property/MethodDescriptionerrorA error that occurred while reading the file.readyStateContains the current state of the FileReader.resultContains the file contents.onabortTriggered when the operation is aborted.onerrorTriggered when an error is encountered.onloadT...
LOAD DATA [LOW_PRIORITY | CONCURRENT] [LOCAL] INFILE 'file_name' INTO TABLE tbl_name [CHARACTER SET charset] [{FIELDS | COLUMNS} [TERMINATED BY 'string'] [[OPTIONALLY] ENCLOSED BY 'char']] [LINES [STARTING BY 'string'] [TERMINATED BY 'string'] ] [IGNORE number {LINES | ROWS}] [(col_name...
public static function log($message, $level = null, $file = '', $forceLog = false) ParameterDetailsstring $messageThe message that will be loggedinteger $levelLog levelstring $filePath and name with extension of file that will be saved to var/log/. If NULL or not specified then system.log wi...
System.IO.File.ReadAllLines(path As String) System.IO.File.ReadAllText(path As String) System.IO.File.WriteAllText(path As String, contents As String) System.IO.File.WriteAllLines(path As String, contents() As String)

Page 2 of 11