ifileusage.c

来自「ifile example for brew」· C语言 代码 · 共 35 行

C
35
字号
/*===========================================================================

FILE: ifileusage.c

SERVICES: Sample applet using AEE

DESCRIPTION
  This file contains usage examples of the IFileMgr and IFile interfaces. The IFileMgr
  interface functions include the creation and deletion of files and directories. 
  IFile interface functions consist of operations performed on files opened by the IFileMgr 
  interface.  The following functions are illustrated in this usage example:

      -IFILEMGR_EnumInit
      -IFILEMGR_EnumNext
	  -IFILEMGR_GetFreeSpace
	  -IFILEMGR_GetInfo
	  -IFILEMGR_GetLastError
	  -IFILEMGR_MkDir
	  -IFILEMGR_OpenFile
	  -IFILEMGR_Remove
	  -IFILEMGR_Rename
	  -IFILEMGR_RmDir
	  -IFILEMGR_Test
      -IFILE_GetInfo
	  -IFILE_Read
	  -IFILE_Release
	  -IFILE_Seek
	  -IFILE_Truncate
	  -IFILE_Write

PUBLIC CLASSES:  
   N/A


   	   Copyright 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?