Module bdrck::fs [] [src]

Functions

create_file

This is a simple utility to create a new empty file. If a file at the given path already exists, it will be truncated. It's an error if the path already exists but is, for example, a directory.

create_symlink

An implementation of a function to create symbolic links on UNIX-style OSes. This works equivalently to "ln -s target symlink".