This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathio.html
44 lines (40 loc) · 1.42 KB
/
io.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
---
layout: documentation
title: IO
teaser: IO accelerated (development speed at least :-) )
navigation:
- name: Overview
link: io.html
- name: Access
link: ioaccess.html
- name: File Paths
link: iofilepaths.html
- name: Temporary File Holder
link: iotemporaryfileholder.html
---
<h1>IO</h1>
<a href="https://www.nuget.org/packages/Appccelerate.IO/">
<img src="http://img.shields.io/nuget/v/Appccelerate.IO.svg" title="latest version" />
<img src="http://img.shields.io/nuget/dt/Appccelerate.IO.svg" title="number of downloads" />
</a>
<a href="https://www.myget.org/gallery/appccelerate">
<img src="https://img.shields.io/myget/appccelerate/v/Appccelerate.IO.svg" title="latest alpha version" />
</a>
<a href="https://github.com/appccelerate/io/issues">
<img src="https://img.shields.io/github/issues/appccelerate/IO.svg" title="open issues" />
</a>
<p>
Appccelerate.IO provides helpers for easier interaction with file system, resources etc.
</p>
<h2><a href="ioaccess.html">Access</a></h2>
<p>
Makes the file system extensible and testable.
</p>
<h2><a href="iofilepaths.html">File Paths</a></h2>
<p>
Classes that represent absolute, relative or shortcut paths for files and folders so that you don't have to fiddle with simple strings anymore.
</p>
<h2><a href="iotemporaryfileholder.html">Temporary File Holder</a></h2>
<p>
Creates a file with specified content and deletes it on disposal.
</p>