Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

file.C File Reference

#include "file.H"

Include dependency graph for file.C:

Go to the source code of this file.

Defines

#define CWD_BUF   1024

Functions

bool rename_ (Cstr_ptr &old_name, Cstr_ptr &new_name)
bool remove_ (Cstr_ptr &file)
bool rmdir_ (Cstr_ptr &dir)
bool mkdir_ (Cstr_ptr &dir)
bool chdir_ (Cstr_ptr &new_dir)
str_ptr getcwd_ ()


Define Documentation

#define CWD_BUF   1024
 

Definition at line 131 of file file.C.

Referenced by getcwd_().


Function Documentation

bool chdir_ Cstr_ptr &  new_dir  ) 
 

Definition at line 109 of file file.C.

Referenced by GLUIFileSelect::generate_dir_contents(), GLUIFileSelect::generate_dir_tree(), IOManager::notify_postload(), IOManager::notify_postsave(), IOManager::notify_preload(), IOManager::notify_presave(), and IOManager::split_filename().

str_ptr getcwd_  ) 
 

Definition at line 136 of file file.C.

References CWD_BUF, and NULL_STR.

Referenced by IOManager::cwd_(), GLUIFileSelect::generate_dir_contents(), GLUIFileSelect::generate_dir_tree(), main_config(), IOManager::notify_postload(), IOManager::notify_postsave(), IOManager::notify_preload(), IOManager::notify_presave(), and IOManager::split_filename().

bool mkdir_ Cstr_ptr &  dir  ) 
 

Definition at line 82 of file file.C.

Referenced by GLUIFileSelect::do_add_action().

bool remove_ Cstr_ptr &  file  ) 
 

Definition at line 32 of file file.C.

Referenced by GLUIFileSelect::do_delete_action().

bool rename_ Cstr_ptr &  old_name,
Cstr_ptr &  new_name
 

Definition at line 7 of file file.C.

Referenced by GLUIFileSelect::do_rename_action().

bool rmdir_ Cstr_ptr &  dir  ) 
 

Definition at line 57 of file file.C.

Referenced by GLUIFileSelect::do_delete_action().


Generated on Mon Sep 18 11:40:37 2006 for jot by  doxygen 1.4.4