Symbian Special Interest Group

Sig Is symbian special interest Group

« How to apply certificate of Manufacturer Caps for developer?UIQ3 audio streaming with code »

How to get the free space of every drive

If you want to know the free space in C drive, just enter the following code:

RFs iFs;
iFs.Connect();
TInt err = iFs.Volume( volinfo, EDriveC );
TInt64 space = volinfo.iFree;
iFs.Close();

"iFree" is the amount of free space on the disk in bytes.

You know how to get the D drive's free space :P

Remember, Volume() will return KErrNotReady if the drive contains no media.

  • quote 2.三面翻
  • http://www.zz-hh.com/sanmianfan.htm
  • 换新面孔了,虽然有点陌生,但还是很喜欢的。。。
    [url=http://www.zz-hh.com/sanmianfan.htm]三面翻[/url]
    [url=http://www.kmtyn.com/solarpanel.htm]solar panel/solar panels[/url][url=http://www.kmtyn.com/solarpanels.htm]solar panel/solar panels[/url]
    [url=http://www.sdxtkj.com]打标机/激光打标机[/url]
  • 2008-11-11 17:18:59
  • quote 3.杭州Google推广
  • http://www.gugeyouhua.net.cn
  • <A href="http://www.gugeyouhua.net.cn/">杭州网站推广</a>
    <A href="http://www.gugeyouhua.net.cn/">杭州Google推广</a>
    <A href="http://www.gugeyouhua.net.cn/">杭州Google优化</a>
    <A href="http://www.gugeyouhua.net.cn/">杭州Google代理</a>
    <A href="http://www.gugeyouhua.net.cn/">杭州谷歌优化推广代理</a>
  • 2008-12-25 13:16:56

发表评论:

◎欢迎参与讨论,请在这里发表您的看法、交流您的观点。

日历

最新留言

最近发表

Powered By Z-Blog 1.6 Final Build 60816

Copyright 2006-2007 SymbianSIG.com . All Rights Reserved.