home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C!T ROM 5
/
ctrom5b.zip
/
ctrom5b
/
DOS
/
KALENDER
/
IMPRO122
/
IMPROSRC.ZIP
/
AUTOHAND.H
< prev
next >
Wrap
C/C++ Source or Header
|
1994-06-12
|
356b
|
25 lines
#ifndef __AUTOHAND_H
#define __AUTOHAND_H
#include "bstring.h"
class autohand
{
public:
autohand();
~autohand();
bstring path (char * full_path);
void reverse_drives ();
void print_message ();
private:
void move_to_dir ();
bstring home;
bstring original_home;
int home_size;
};
#endif /* __AUTOHAND_H */