| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of XYOX (2) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |
| ||||
| This is a simple class that can be used to create and manipulate files. It can open files for reading or for writing data. The class can also read the contents of a file into a string, into a single string separating lines with spaces after removing white spaces from the beginning and end of each line, or into an array with one file line per entry. The class may also search for content in a file using regular expressions. The code and the comments are in Spanish. |
| ||||
| This class can be used to read and search local or remote files. It can open a file and read its lines into strings. The strings may be returned as is, trimmed, as an array of lines, or decoded using base64 algorithm. The class may also search the file lines using regular expressions. It can also write back text to the file, optionally encoding it using the base 64 algorithm. |
| A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |