File System and Operating System

Files

Downloaddirectory_copy(dirname,newname,prompt)   Copies all contents of a directory to another location. Downloadfile_bin_seek_relative(file,pos)   Moves the position pointer of the given file forwards or backwards relative to its current position. Downloadfile_bin_read_word(file,size,bigend)   Reads an integer word of the given size from a binary file in big-endian or little-endian format. Downloadfile_bin_write_word(file,size,bigend,val)   Writes an integer word of the given size to a binary file in big-endian or little-endian format.

Comments? Click to Comment