DADiSP Worksheet Functions > Function Categories > File Manipulation > File Manipulation

 

File Manipulation

 

COPYFILE

Copy one ore more files or directory

DELFILE

Delete one or more files

DIREXISTS

Test if directory exists

DIRPATH

Path and filename components of a path string

FCLOSE

Close a file

FCLOSEALL

Close all open files

FFLUSH

Flush a buffer to the file

FGETS

Get a string from an open file

FILEEXISTS

Test if file exists

FILEPARTS

Generic file name components of a path string

FILESTRREP

Replace a string in one or more files

FOPEN

Open a file

FPRINTF

Performs formatted output to a file

FPUTS

Put a string in an open file

FREADA

Read ASCII data from an open file

FREADB

Read binary data from an open file

FSEEK

Advance file pointer to specified byte in open file

FSTAT

Return selected information about a file

FTELL

Return the byte of file pointer in open file

FWRITEA

Write ASCII data to an open file

FWRITEB

Write binary data to an open file

MKDIR

Create a directory

MOVEFILE

Move one or more files or a directory

MULTIREADB

Read an interlaced binary file

READA

Read a single column ASCII file and return a series

READB

Read a binary file and return a series

READTABLE

Read a multi-column ASCII file and return a table

RMDIR

Delete a directory

STRFILE

Convert an ASCII file to a text string

STRFTIME

Convert file time to a string

UNIX2DOS

Convert a Unix text file to Windows/DOS

VIEWFILE

Display a text file

WRITEA

Write a single column series to an ASCII file

WRITEB

Write a single column series to a binary file

WRITETABLE

Write a multi-column series to an ASCII file