













Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
The key points in the Advanced Algorithms are:Files and Streams, Binary Digit, Persistent Data, Character Set, Record, Related Records, Record Key, Sequential File, Data, Sequential Stream
Typology: Slides
1 / 21
This page cannot be seen from the preview
Don't miss anything!














static Method Description
GetLastWriteTime (^) Returns a DateTime object representing when the file was last modified. Move (^) Moves the specified file to a specified location. Open (^) Returns a FileStream associated with the specified file and equipped with the specified read/write permissions. OpenRead (^) Returns a read-only FileStream associated with the specified file. OpenText (^) Returns a StreamReader associated with the specified file. OpenWrite (^) Returns a read/write FileStream associated with the specified file.
static Method Description CreateDirectory (^) Creates a directory and returns its associated DirectoryInfo object. Delete (^) Deletes the specified directory. Exists (^) Returns true if the specified directory exists and false otherwise. GetDirectories (^) Returns a string array containing the names of the subdirectories in the specified directory. GetFiles (^) Returns a string array containing the names of the files in the specified directory.