A |
add_extension [FilePath.PATH_SPECIFICATION] |
Add an extension
|
add_extension [FilePath.GenericStringPath] |
|
add_extension [FilePath.GenericPath] |
|
all_upper_dir [FileUtil.GenericUtil] |
|
B |
basename [FilePath.PATH_SPECIFICATION] |
Extract only the file name of a filename
|
basename [FilePath.GenericStringPath] |
|
basename [FilePath.GenericPath] |
|
C |
check_extension [FilePath.PATH_SPECIFICATION] |
Check the extension
|
check_extension [FilePath.GenericStringPath] |
|
check_extension [FilePath.GenericPath] |
|
chop_extension [FilePath.PATH_SPECIFICATION] |
Remove extension
|
chop_extension [FilePath.GenericStringPath] |
|
chop_extension [FilePath.GenericPath] |
|
cmp [FileUtil.FILE_UTILS] |
cmp skip1 fln1 skip2 fln2 : Compare files fln1 fln2 starting at pos skip1
* skip2 and returning the first octect where a difference occurs.
|
cmp [FileUtil.GenericUtil] |
|
compare [FilePath.PATH_SPECIFICATION] |
Give an order between the two filename.
|
compare [FilePath.GenericStringPath] |
|
compare [FilePath.GenericPath] |
|
compile [FileUtil.OPERATION_REGEXP] |
|
compile_filter [FileUtil.GenericUtil] |
|
concat [FilePath.PATH_SPECIFICATION] |
Append a filename to the filename
|
concat [FilePath.GenericStringPath] |
|
concat [FilePath.GenericPath] |
|
cp [FileUtil.FILE_UTILS] |
Copy the hierarchy of files/directory to another destination
|
cp [FileUtil.GenericUtil] |
|
current_dir [FilePath.PATH_SPECIFICATION] |
Return an identifier to the current dir
|
current_dir [FilePath.GenericStringPath] |
|
current_dir [FilePath.GenericPath] |
|
D |
dbug_print [FileUtil.GenericUtil] |
|
dbug_print_list [FileUtil.GenericUtil] |
|
debug_print_component [FilePath.GenericPath] |
|
dir_reader [FilePath.OS_SPECIFICATION] |
|
dir_writer [FilePath.OS_SPECIFICATION] |
|
dirname [FilePath.PATH_SPECIFICATION] |
Extract the directory name of a filename
|
dirname [FilePath.GenericStringPath] |
|
dirname [FilePath.GenericPath] |
|
doit [FileUtil.GenericUtil] |
|
du [FileUtil.FILE_UTILS] |
du fln_lst : Returns the amount of space of all the file
* which are subdir of fln_lst.
|
du [FileUtil.GenericUtil] |
|
E |
extension_of_string [FilePath.PATH_SPECIFICATION] |
Create an extension from a string
|
extension_of_string [FilePath.GenericStringPath] |
|
extension_of_string [FilePath.GenericPath] |
|
F |
f2s [FilePath.GenericStringPath] |
|
filename_of_string [FilePath.PATH_SPECIFICATION] |
Create a string from a filename
|
filename_of_string [FilePath.GenericStringPath] |
|
filename_of_string [FilePath.GenericPath] |
|
filter [FileUtil.FILE_UTILS] |
Apply a filtering pattern to a filename
|
filter [FileUtil.GenericUtil] |
|
find [FileUtil.FILE_UTILS] |
find ~follow:fol tst fln exec accu : Descend the directory tree starting
from the given filename and using the test provided to find what is looking
for.
|
find [FileUtil.GenericUtil] |
|
G |
get_extension [FilePath.PATH_SPECIFICATION] |
Extract the extension
|
get_extension [FilePath.GenericStringPath] |
|
get_extension [FilePath.GenericPath] |
|
I |
identity [FilePath.PATH_SPECIFICATION] |
Identity : for testing the stability of implode/explode
|
identity [FilePath.GenericStringPath] |
|
identity [FilePath.GenericPath] |
|
int_of_permission [FileUtil] |
Return the POSIX integer permission associated to the permission
|
is_current [FilePath.PATH_SPECIFICATION] |
Check if the filename is a reference to current directory ( ie beginning with CurrentDir )
|
is_current [FilePath.GenericStringPath] |
|
is_current [FilePath.GenericPath] |
|
is_implicit [FilePath.PATH_SPECIFICATION] |
Check if the filename is an absolute one or not ( ie beginning by a Root reference )
|
is_implicit [FilePath.GenericStringPath] |
|
is_implicit [FilePath.GenericPath] |
|
is_parent [FilePath.PATH_SPECIFICATION] |
Check if the filename is a reference to the parent directory ( ie beginning with ParentDir )
|
is_parent [FilePath.GenericStringPath] |
|
is_parent [FilePath.GenericPath] |
|
is_relative [FilePath.PATH_SPECIFICATION] |
Check if the filename is relative to a dir or not ( ie beginning with Component, ParentDir, CurrentDir )
|
is_relative [FilePath.GenericStringPath] |
|
is_relative [FilePath.GenericPath] |
|
is_subdir [FilePath.PATH_SPECIFICATION] |
is_subdir fl1 fl2 : Is fl2 a sub directory of fl1
|
is_subdir [FilePath.GenericStringPath] |
|
is_subdir [FilePath.GenericPath] |
|
is_updir [FilePath.PATH_SPECIFICATION] |
is_updir fl1 fl2 : Is fl1 a sub directory of fl2
|
is_updir [FilePath.GenericStringPath] |
|
is_updir [FilePath.GenericPath] |
|
is_valid [FilePath.PATH_SPECIFICATION] |
Test if the filename is a valid one
|
is_valid [FilePath.GenericStringPath] |
|
is_valid [FilePath.GenericPath] |
|
L |
ls [FileUtil.FILE_UTILS] |
List the content of a directory
|
ls [FileUtil.GenericUtil] |
|
M |
make_absolute [FilePath.PATH_SPECIFICATION] |
Create an absolute filename from a filename relative and an absolute base filename
|
make_absolute [FilePath.GenericStringPath] |
|
make_absolute [FilePath.GenericPath] |
|
make_filename [FilePath.PATH_SPECIFICATION] |
Make a filename from set of strings
|
make_filename [FilePath.GenericStringPath] |
|
make_filename [FilePath.GenericPath] |
|
make_relative [FilePath.PATH_SPECIFICATION] |
Create a filename which is relative to the base filename
|
make_relative [FilePath.GenericStringPath] |
|
make_relative [FilePath.GenericPath] |
|
mkdir [FileUtil.FILE_UTILS] |
Create the directory which name is provided.
|
mkdir [FileUtil.GenericUtil] |
|
mv [FileUtil.FILE_UTILS] |
Move files/directory to another destination
|
mv [FileUtil.GenericUtil] |
|
P |
parent_dir [FilePath.PATH_SPECIFICATION] |
Return an identifier to the upper dir
|
parent_dir [FilePath.GenericStringPath] |
|
parent_dir [FilePath.GenericPath] |
|
path_of_string [FilePath.PATH_SPECIFICATION] |
Return the different filename of an environnement PATH like string
|
path_of_string [FilePath.GenericStringPath] |
|
path_of_string [FilePath.GenericPath] |
|
path_reader [FilePath.OS_SPECIFICATION] |
|
path_writer [FilePath.OS_SPECIFICATION] |
|
permission_of_int [FileUtil] |
Understand the POSIX permission integer norm
|
prevent_recursion [FileUtil.GenericUtil] |
|
pwd [FileUtil.FILE_UTILS] |
Return the currend dir
|
pwd [FileUtil.GenericUtil] |
|
R |
readlink [FileUtil.FILE_UTILS] |
Return the real filename of a filename which could have link
|
readlink [FileUtil.GenericUtil] |
|
reduce [FilePath.PATH_SPECIFICATION] |
Return the shortest filename which is equal to the filename given
|
reduce [FilePath.GenericStringPath] |
|
reduce [FilePath.GenericPath] |
|
relation_of_filename [FilePath.GenericPath] |
|
reparent [FilePath.PATH_SPECIFICATION] |
Reparent a filename : reparent fln_src fln_dst fln, return the same filename as fln
but the root is no more fln_src but fln_dst
|
reparent [FilePath.GenericStringPath] |
|
reparent [FilePath.GenericPath] |
|
rm [FileUtil.FILE_UTILS] |
Remove the filename provided.
|
rm [FileUtil.GenericUtil] |
|
S |
s2f [FilePath.GenericStringPath] |
|
size_add [FileUtil] |
size_add sz1 sz2 : add sz1 to sz2, result is in the unit of sz1
|
size_apply_operation [FileUtil] |
Apply an operation to a size : the two size are converted
* to the same unit and the function is applied to their value
|
size_compare [FileUtil] |
Compare two size, using the classical compare function.
|
size_compare_unit [FileUtil] |
Compare two units of size : classification of size is
To, Go, Mo, Ko, O , with To being the bigger unit
|
size_convert_down [FileUtil] |
Convert to the upper unit a size
|
size_convert_up [FileUtil] |
Convert to the smaller unit a size
|
size_sub [FileUtil] |
size_sub sz1 sz2 : substract sz1 to sz2, result is in the unit of sz1
|
size_to_Go [FileUtil] |
Convert a size to Go
|
size_to_Ko [FileUtil] |
Convert a size to Ko
|
size_to_Mo [FileUtil] |
Convert a size to Mo
|
size_to_O [FileUtil] |
Convert a size to O
|
size_to_To [FileUtil] |
Convert a size to To
|
size_to_same_unit [FileUtil] |
size_to_same_unit sz1 sz2 : convert sz2 to the unit of sz1
|
solve_dirname [FileUtil.GenericUtil] |
|
split_extension [FilePath.GenericPath] |
|
stat [FileUtil.FILE_UTILS] |
stat fln : Returns information about the file ( like Unix.stat )
|
stat [FileUtil.GenericUtil] |
|
string_of_extension [FilePath.PATH_SPECIFICATION] |
Create a string from an extension
|
string_of_extension [FilePath.GenericStringPath] |
|
string_of_extension [FilePath.GenericPath] |
|
string_of_filename [FilePath.PATH_SPECIFICATION] |
Create a filename from a string
|
string_of_filename [FilePath.GenericStringPath] |
|
string_of_filename [FilePath.GenericPath] |
|
string_of_path [FilePath.PATH_SPECIFICATION] |
Create an environnement PATH like string from different filename
|
string_of_path [FilePath.GenericStringPath] |
|
string_of_path [FilePath.GenericPath] |
|
string_of_size [FileUtil] |
Convert a value to a string representation.
|
T |
test [FileUtil.FILE_UTILS] |
Test the existence of the file...
|
test [FileUtil.OPERATION_REGEXP] |
|
test [FileUtil.GenericUtil] |
|
touch [FileUtil.FILE_UTILS] |
Modify the time stamp of the given filename.
|
touch [FileUtil.GenericUtil] |
|
W |
which [FileUtil.FILE_UTILS] |
Try to find the executable in the PATH.
|
which [FileUtil.GenericUtil] |
|