Next: , Previous: , Up: Software Evolution Library Index   [Contents][Index]


A.4 SOFTWARE-EVOLUTION-LIBRARY/COMPONENTS/FILE

Generic Function: ext [sel/cp/file] obj

Return the file extension of obj.

Method: around ext [sel/cp/file] (obj clang)

Ensure the default extension for clang software objects is .c

Generic Function: file [sel/cp/file] obj &optional macro?

Return the file name associated with obj. If macro? is non-nil, return the file name associated with the macro definition, if applicable.

Class: file [sel/cp/file]

Class precedence list: file, standard-object, slot-object, t

Mixin class for software where preserving the original path from which the software was created is required.

Class: file-w-attributes [sel/cp/file]

Class precedence list: file-w-attributes, file, standard-object, slot-object, t

Mixin class for software where preserving file attributes is required.

Generic Function: original-directory [sel/cp/file] obj

Return the original directory obj was populated from.