Gimp::FilePath

Gimp::FilePath

Included modules:

Enumerable

Class methods:

Gimp::FilePath.parse(path, max_paths, check = false)
path: A list of directories separated by #G_SEARCHPATH_SEPARATOR. max_paths: The maximum number of directories to return. check: #TRUE if you want the directories to be checked.

Methods:

Gimp::FilePath#failed

a List of path elements for which the check failed. Each list element is guaranteed to end with a G_PATH_SEPARATOR

FilePathのインスタンス

Gimp::FilePath#to_s
A searchpath string separated by #G_SEARCHPATH_SEPARATOR
Gimp::FilePath#to_a
A List of all directories in path. Each element is guaranteed to end with a G_PATH_SEPARATOR.
Gimp::FilePath#user_writable_dir
The first directory in the path where the user has write permission.
Gimp::FilePath#each
-
Gimp::FilePath#[arg]
-
Last modified:2005/10/10 01:35:14
Keyword(s):
References:[Gimp-Ruby::Reference Manual]