Home  · Classes  · Annotated Classes  · Modules  · Members  · Namespaces  · Related Pages
Classes | Static Public Member Functions | Static Private Member Functions | Static Private Attributes | Friends | List of all members
File Class Reference

Basic file handling operations. More...

#include <OpenMS/SYSTEM/File.h>

Classes

class  TemporaryFiles_
 Internal helper class, which holds temporary filenames and deletes these file at program exit. More...
 

Static Public Member Functions

static String getExecutablePath ()
 
static bool exists (const String &file)
 Method used to test if a file exists. More...
 
static bool empty (const String &file)
 Return true if the file does not exist or the file is empty. More...
 
static bool remove (const String &file)
 Removes a file (if it exists). More...
 
static bool removeDirRecursively (const String &dir_name)
 Removes the subdirectories of the specified directory (absolute path). Returns true if successful. More...
 
static bool removeDir (const QString &dir_name)
 Removes the directory and all subdirectories (absolute path). More...
 
static String absolutePath (const String &file)
 Replaces the relative path in the argument with the absolute path. More...
 
static String basename (const String &file)
 Returns the basename of the file (without the path). More...
 
static String path (const String &file)
 Returns the path of the file (without the file name). More...
 
static String removeExtension (const String &file)
 
static bool readable (const String &file)
 Return true if the file exists and is readable. More...
 
static bool writable (const String &file)
 Return true if the file is writable. More...
 
static bool isDirectory (const String &path)
 Return true if the given path specifies a directory. More...
 
static String find (const String &filename, StringList directories=StringList())
 Looks up the location of the file filename. More...
 
static bool fileList (const String &dir, const String &file_pattern, StringList &output, bool full_path=false)
 Retrieves a list of files matching file_pattern in directory dir (returns filenames without paths unless full_path is true) More...
 
static String findDoc (const String &filename)
 Resolves a partial file name to a documentation file in the doc-folder. More...
 
static String getUniqueName (bool include_hostname=true)
 Returns a string, consisting of date, time, hostname, process id, and a incrementing number. This can be used for temporary files. More...
 
static String getOpenMSDataPath ()
 Returns the OpenMS data path (environment variable overwrites the default installation path) More...
 
static String getOpenMSHomePath ()
 Returns the OpenMS home path (environment variable overwrites the default home path) More...
 
static String getTempDirectory ()
 The current OpenMS temporary data path (for temporary files) More...
 
static String getUserDirectory ()
 
static Param getSystemParameters ()
 
static String findDatabase (const String &db_name)
 
static String findExecutable (const String &toolName)
 Searches for an executable with the given name. More...
 
static const StringgetTemporaryFile (const String &alternative_file="")
 Obtain a temporary filename, ensuring automatic deletion upon exit. More...
 

Static Private Member Functions

static Param getSystemParameterDefaults_ ()
 get defaults for the system's Temp-path, user home directory etc. More...
 
static bool isOpenMSDataPath_ (const String &path)
 Check if the given path is a valid OPENMS_DATA_PATH. More...
 

Static Private Attributes

static TemporaryFiles_ temporary_files_
 private list of temporary filenames, which are deleted upon program exit More...
 

Friends

class TOPPBase
 

Detailed Description

Basic file handling operations.

Member Function Documentation

◆ absolutePath()

static String absolutePath ( const String file)
static

Replaces the relative path in the argument with the absolute path.

Referenced by TOPPViewBase::addDataFile(), and TOPPViewBase::addRecentFile_().

◆ basename()

static String basename ( const String file)
static

◆ empty()

static bool empty ( const String file)
static

Return true if the file does not exist or the file is empty.

◆ exists()

static bool exists ( const String file)
static

◆ fileList()

static bool fileList ( const String dir,
const String file_pattern,
StringList output,
bool  full_path = false 
)
static

Retrieves a list of files matching file_pattern in directory dir (returns filenames without paths unless full_path is true)

Returns
true => there are matching files

◆ find()

static String find ( const String filename,
StringList  directories = StringList() 
)
static

Looks up the location of the file filename.

The following locations are checked in this order:

  • the directories in directories
  • the directory contained in the environment variable $OPENMS_DATA_PATH
  • the 'share/OpenMS/' directory of the OpenMS install directory
Exceptions
FileNotFoundis thrown, if the file is not found

Referenced by QApplicationTOPP::QApplicationTOPP().

◆ findDatabase()

static String findDatabase ( const String db_name)
static

uses File::find() to search for a file names db_name in the 'id_db_dir' param of the OpenMS system parameters

Exceptions
FileNotFoundis thrown, if the file is not found

◆ findDoc()

static String findDoc ( const String filename)
static

Resolves a partial file name to a documentation file in the doc-folder.

Using find() to locate the documentation file under OPENMS_DATA_PATH, OPENMS_SOURCE_PATH, OPENMS_BINARY_PATH + "/../../doc" (or a variation for MacOS packages)

Will return the String with the full path to the local documentation. If this call fails, try the web documentation (http://www.openms.de/current_doxygen/) instead.

Parameters
StringThe doc file name to find.
Returns
The full path to the requested file.
Exceptions
FileNotFoundis thrown, if the file is not found

◆ findExecutable()

static String findExecutable ( const String toolName)
static

Searches for an executable with the given name.

Parameters
toolNameThe executable to search for.
Exceptions
FileNotFoundis thrown, if the tool executable was not found.

Referenced by TOPPViewBase::runTOPPTool_().

◆ getExecutablePath()

static String getExecutablePath ( )
static

Retrieve path of current executable (useful to find other TOPP tools) The returned path is either just an EMPTY string if the call to system subroutines failed or the complete path including a trailing "/", to enable usage of this function as File::getExecutablePath() + "mytool"

◆ getOpenMSDataPath()

static String getOpenMSDataPath ( )
static

Returns the OpenMS data path (environment variable overwrites the default installation path)

Referenced by OpenMS::Internal::getBinaryArchitecture(), TOPPASBase::openExampleDialog(), and TOPPViewBase::openExampleDialog().

◆ getOpenMSHomePath()

static String getOpenMSHomePath ( )
static

Returns the OpenMS home path (environment variable overwrites the default home path)

◆ getSystemParameterDefaults_()

static Param getSystemParameterDefaults_ ( )
staticprivate

get defaults for the system's Temp-path, user home directory etc.

◆ getSystemParameters()

static Param getSystemParameters ( )
static

get the system's default OpenMS.ini file in the users home directory (<home>/OpenMS/OpenMS.ini) or create/repair it if required order: 1. <OPENMS_HOME_DIR>/OpenMS/OpenMS.ini if environmental variable set 2. user home directory <home>/OpenMS/OpenMS.ini

◆ getTempDirectory()

static String getTempDirectory ( )
static

The current OpenMS temporary data path (for temporary files)

Referenced by OpenMS::Internal::getBinaryArchitecture(), TOPPMetaProSIP::main_(), TOPPASBase::TOPPASBase(), and TOPPASBase::~TOPPASBase().

◆ getTemporaryFile()

static const String& getTemporaryFile ( const String alternative_file = "")
static

Obtain a temporary filename, ensuring automatic deletion upon exit.

The file is not actually created and only deleted at exit if it exists.

However, if 'alternative_file' is given and not empty, no temporary filename is created and 'alternative_file' is returned (and not destroyed upon exit). This is useful if you have an optional output file, which may, or may not be requested, but you need its content regardless, e.g. for intermediate plotting with R. Thus you can just call this function to get a file which can be used and gets automatically destroyed if needed.

Parameters
alternative_fileIf this string is not empty, no action is taken and it is used as return value
Returns
Full path to a temporary file

◆ getUniqueName()

static String getUniqueName ( bool  include_hostname = true)
static

Returns a string, consisting of date, time, hostname, process id, and a incrementing number. This can be used for temporary files.

Parameters
include_hostnameadd hostname into result - potentially a long string
Returns
a unique name

Referenced by TOPPViewBase::showTOPPDialog_(), and TOPPASBase::TOPPASBase().

◆ getUserDirectory()

static String getUserDirectory ( )
static

The current OpenMS user data path (for result files) Tries to set the user directory in following order: 1. OPENMS_HOME_DIR if environmental variable set 2. "home_dir" entry in OpenMS.ini 3. user home directory

Referenced by OpenMS::Internal::getBinaryArchitecture().

◆ isDirectory()

static bool isDirectory ( const String path)
static

Return true if the given path specifies a directory.

◆ isOpenMSDataPath_()

static bool isOpenMSDataPath_ ( const String path)
staticprivate

Check if the given path is a valid OPENMS_DATA_PATH.

◆ path()

static String path ( const String file)
static

Returns the path of the file (without the file name).

Referenced by TOPPViewBase::updateCurrentPath(), and INIFileEditorWindow::updateWindowTitle().

◆ readable()

static bool readable ( const String file)
static

Return true if the file exists and is readable.

Referenced by TOPPViewBase::finishTOPPToolExecution(), MS2File::load(), and INIFileEditorWindow::openFile().

◆ remove()

static bool remove ( const String file)
static

Removes a file (if it exists).

Returns
Returns true if the file was successfully deleted (or if it did not exist).

Referenced by TOPPViewBase::finishTOPPToolExecution(), and TOPPViewBase::rerunTOPPTool().

◆ removeDir()

static bool removeDir ( const QString &  dir_name)
static

Removes the directory and all subdirectories (absolute path).

◆ removeDirRecursively()

static bool removeDirRecursively ( const String dir_name)
static

Removes the subdirectories of the specified directory (absolute path). Returns true if successful.

Referenced by TOPPASBase::~TOPPASBase().

◆ removeExtension()

static String removeExtension ( const String file)
static

Returns the file name without the extension

The extension is the suffix of the string up to and including the last dot.

If no extension is found, the whole file name is returned

◆ writable()

static bool writable ( const String file)
static

Return true if the file is writable.

Referenced by TOPPViewBase::runTOPPTool_(), and TOPPViewBase::showTOPPDialog_().

Friends And Related Function Documentation

◆ TOPPBase

friend class TOPPBase
friend

Member Data Documentation

◆ temporary_files_

TemporaryFiles_ temporary_files_
staticprivate

private list of temporary filenames, which are deleted upon program exit


OpenMS / TOPP release 2.3.0 Documentation generated on Tue Jan 9 2018 18:22:09 using doxygen 1.8.13