Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

write(filename::AbstractString, data) #14546

Closed
wants to merge 4 commits into from

Commits on Jan 3, 2016

  1. write(filename::AbstractString, data)

    Convenience function to write directly to a named file (like `readall(filename)`)
    
    I'm doing a cleanup of my local stash of convenience functions and thought that this might be generally useful.
    I seem to use this very often.
    
    ```julia
    write("/tmp/foo", "hello")
    readall("/tmp/foo")
    "hello"
    ```
    samoconnor committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    ab92326 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d2168b View commit details
    Browse the repository at this point in the history
  3. inline docstring

    tkelman committed Jan 3, 2016
    Configuration menu
    Copy the full SHA
    e32f9ce View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2016

  1. Update io.jl

    samoconnor committed Jan 4, 2016
    Configuration menu
    Copy the full SHA
    4bf6cf5 View commit details
    Browse the repository at this point in the history