creating directories ?....

Login to reply to this topic.
Wed, 2004-12-22 07:30
Joined: 2004-12-16
Forum posts: 50
HI,
how can i create a directory  , i als o wnat to know how can i get the list of files in a directory...
hpoin  areply
thanking in advance
Rose

Wed, 2004-12-22 07:50
Joined: 2004-12-03
Forum posts: 276
creating directories ?....
you can use RFs to manipulate files and directories......

use the function MkDir to create a diretory

Dennis

Today is a gift by GOD, that's why it is called the present.

Wed, 2004-12-22 07:53
Joined: 2004-12-03
Forum posts: 276
creating directories ?....
And by GetDir you can see the directory listings.....

Just check the SDK for RFs .... you will find all the answers for file handling.....

Dennis

Today is a gift by GOD, that's why it is called the present.

Wed, 2004-12-22 08:01
Anonymous (not verified)
Forum posts: 2019
creating directories ?....
HI dennis,
can i convert TfileName to Tbuf?..
Wed, 2004-12-22 09:03
Joined: 2004-02-05
Forum posts: 176
creating directories ?....
A TFileName is a TBuf...check its definition

Code:
typedef TBuf<KMaxFileName> TFileName;

  • Login to reply to this topic.