WEB开发网
开发学院手机开发Symbian 开发 Symbian C++ 基础 文件服务器(File Server) 阅读

Symbian C++ 基础 文件服务器(File Server)

 2010-03-22 16:14:00 来源:WEB开发网   
核心提示:——————————RFile logFile;TInt err=logFile.Open(fsSession,fileName,shareMode);if (err==KErrNotFound) // file does not exist ? create it{err=logFile.Create(fsSessi

——————————

RFile logFile;

TInt err=logFile.Open(fsSession,fileName,shareMode);

if (err==KErrNotFound) // file does not exist ? create it

{

err=logFile.Create(fsSession,fileName,shareMode);

}

——————————

在文件服务器会话内, 客户端负责用RFile::Close()来关闭打开的文件, 在leave事件是,必须清理stack,保证本地的RFile对象被关闭

文件模式

所有4种初始化函数都带一个TUnit的位掩码参数, 由TFileMode值表示. 它们代表被打开的文件的访问模式和共享模式

上一页  1 2 

Tags:Symbian 基础 文件

编辑录入:coldstar [复制链接] [打 印]
赞助商链接