Version: 4.1.3
3 Filenames
Appends the ".zo" file suffix to s, returning a
path. The existing suffix, if any, is preserved and converted as with
path-add-suffix.
Appends the platform-standard compiled object file suffix to
s, returning a path.
Appends the platform-standard C source-file suffix to s,
returning a path.
Appends the constant-pool file suffix ".kp" to s,
returning a path.
Appends the platform-standard dynamic-extension file suffix to
s, returning a path.
Strips the Scheme file suffix from s and returns a stripped
path. Unlike the other functions below, when program is not
#f, then any suffix (including no suffix) is allowed. If
s is not a Scheme file and program is #f,
#f is returned.
Strips the Scheme file suffix from s and
returns a stripped path. If s is not a Scheme file name and
program is a symbol, and error is signaled. If s is
not a Scheme file and program is #f, #f is
returned.
Same as extract-base-filename/c, but for constant-pool
files.
Same as extract-base-filename/c, but for compiled-object
files.
Same as extract-base-filename/c, but for extension files.
3.1 Signature
Includes everything exported by the dynext/file module.
3.2 Unit
Imports nothing, exports dynext:file^.