Liking cljdoc? Tell your friends :D

org.soulspace.qclojure.util.io

Utility functions for file and resource I/O operations.

Utility functions for file and resource I/O operations.
raw docstring

load-resourceclj

(load-resource path)

Load a resource file from the classpath.

Parameters: -path: Resource path relative to classpath root

Returns: Sequence of lines from the resource

Load a resource file from the classpath.

Parameters:
-path: Resource path relative to classpath root

Returns:
Sequence of lines from the resource
sourceraw docstring

save-fileclj

(save-file content filename)

Save content to a file.

Parameters:

  • content: SString content to save
  • filename: Output filename

Returns: Path to saved file

Save content to a file.

Parameters:
- content: SString content to save
- filename: Output filename

Returns:
Path to saved file
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close