file.h File Reference

Functions and definitions for common file I/O operations. More...

#include <QString>
#include "string.h"

Go to the source code of this file.

Functions

bool touch_file (QString filename, bool createdir=false, QString *errmsg=0)
bool create_path (QString path)
QString expand_filename (QString filename)


Detailed Description

Functions and definitions for common file I/O operations.

Version:
Id

Definition in file file.h.


Function Documentation

bool create_path ( QString  path  ) 

Creates all directories in path, if they do not exist.

Definition at line 65 of file file.cpp.

QString expand_filename ( QString  filename  ) 

Expands filename if it starts with "~/". On Windows, this will expand "%APPDATA%" and "%PROGRAMFILES%". If filename does not start with a shortcut, filename will be returned unmodified.

Definition at line 81 of file file.cpp.

References win32_app_data_folder(), and win32_program_files_folder().

bool touch_file ( QString  filename,
bool  createdir,
QString *  errmsg 
)

Create an empty file named filename. if createdir is true, then the full path to filename will be created. Returns true on success, or false on error and errmsg will be set.

Create an empty file named filename. if createdir is true, then the full path to filename will be created. Returns true on success, or false on error and errmsg will be set.

Definition at line 41 of file file.cpp.

References create_path(), err(), and expand_filename().


Generated on Wed Sep 5 15:49:28 2007 for Vidalia by  doxygen 1.5.3