Below are snippets for axsaxs.
-10
Write a set of bytes into a so-called binary file. The point is that we use BinaryWriter here and we have a byte array as input.
-9
A function to determine if the input filename is valid on Win32 platforms (that is, it does not include invalid characters, such as :\?...)
4
Removes every sub-directory in a directory tree that has its name equal to [string] or containing [string] starting from [initial_directory].
4
Walks every subdirectory starting from [initial_dir] and deletes every file in it that contains in its filename a [string]
6
Write a set of bytes into a 'so-called' binary file. The point is that we use BinaryWriter here and we have a byte array as input.
8
Class method to read a binary file and copy it to a byte array.
8
Set the read-only attribute of a file to true or false.









