Rose::FileSystem
Functions for operating on files in a filesystem.
Types
Name |
Description |
Predicate returning true for matching names. |
|
Iterate over directory contents nonârecursively. |
|
Name of entities in a filesystem. |
|
Iterate recursively into subdirectories. |
Functions
Name |
Description |
Copy a file. |
|
Copy files from one directory to another. |
|
Recursively copy files. |
|
Create a temporary directory. |
|
Entries within a directory. |
|
Recursive list of names satisfying predicate. |
|
Return a list of all rose_* files |
|
Predicate returning true for existing directories. |
|
Predicate returning true if path exists. |
|
Predicate returning true for existing regular files. |
|
Predicate returning inverse of |
|
Predicate returning true for existing symbolic links. |
|
Make path absolute. |
|
Normalize a path name. |
|
Make path relative. |
|
Load an entire file into an STL container. |
|
Convert a path to a string. |
|
Variables
Name |
Description |
Pattern to use when creating temporary files. |
Created with MrDocs