⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ifileusage.c

📁 ifile example for brew
💻 C
字号:
/*===========================================================================

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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -