GOS.h

Operating System dependent functions.

o GOS
Operating System dependent functions.
Files "GOS.h" and "GOS.cpp" implement operating system dependent functions with a unified interface. All these functions are implemented as static member of class GOS. Functions are provided for testing the presence of a file or a directory (is_file, is_dir), for manipulating file and directory names (dirname, basename, expand_name, for obtaining and changing the current directory (cwd), for converting between file names and urls (filename_to_url, url_to_filename), and for counting time (ticks, sleep).

Author:
Léon Bottou <leonb@research.att.com> -- Initial implementation
Version:
$Id: GOS.h.html,v 1.2 2000/08/26 00:09:29 bcr Exp $

Alphabetic index Hierarchy of classes