Module tremor_common::asy::file[][src]

Expand description

File related functions

Re-exports

pub use crate::file::extension;

Functions

A wrapper around fs::canonicalize that will give a better error (including the filename)

A wrapper around File::create that will give a better error (including the filename)

A wrapper around File::open that will give a better error (including the filename)