Generic Function Map-System-Files (2 methods)

( map-system-files < system-name/s > < function > &key < system-closure? > < include-pathname? > < include-associates? > )

Part of:

package defsystem-compatibility
Applies function to each of the files named in system-name/s. If system-closure? is true, then function is applied to the files of the systems that this system depends on. If incude-pathname? is true, the the function is applied to complete pathnames; otherwise the function is applied only to the name+type of each file.

Method Summary

map-system-files < LIST > < T > 
map-system-files < SYMBOL > < T >