contentsconceptssyntaxlibrariessampleserrorsindex
Full text search
File System Utilities  
Functions       Platforms  

The File System Utility library is a collection of OmniMark external functions. This external function library provides easy, efficient, and portable access to files and directories from within an OmniMark program. The functions provide the ability to move between directories, change file and directory attributes, and retrieve file and directory information.

The File System external function library requires OmniMark 4.0 or higher. As well, the following line must be included at the beginning of the OmniMark program:

  ; name and location of the library file
  declare function-library "omfsys"

  ; File System function and constant declarations
  include "omfsys.xin"

Functions
   FS_ChangeDirectory
   FS_ChangeOwner
   FS_ChangePermissions
   FS_DeleteDirectory
   FS_DeleteFile
   FS_GetCurrentDirectory
   FS_LibraryVersion
   FS_Link
   FS_ListDirectory
   FS_MakeDirectory
   FS_Rename
 
Platforms
   HP/UX
   Solaris
   Win 95
   Win NT
 
----  

Top [CONTENTS] [CONCEPTS] [SYNTAX] [LIBRARIES] [SAMPLES] [ERRORS] [INDEX]

Generated: April 21, 1999 at 2:01:26 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-1999.