mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-19 04:18:43 +00:00
Fix grammatical errors
This commit is contained in:
parent
54d821fa7d
commit
e2d0cc42c8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# File System
|
||||
|
||||
In this article we will discuss about using Cosmos VFS (virtual file system).
|
||||
Cosmos VFS and the VFS manager classes, let you manage your file system.
|
||||
Cosmos VFS and the VFS manager classes lets you manage your file system.
|
||||
|
||||
First, we should create and initialize an instance of the VFS, this will initialize the partition and files-system lists, as well as register the new VFS.
|
||||
This is essential for using the VFS.
|
||||
|
|
@ -52,7 +52,7 @@ Console.WriteLine("File System Type: " + fs_type);
|
|||
|
||||
## Get files list
|
||||
|
||||
We start by getting the directory entrys list, using:
|
||||
We start by getting the directory entries list, using:
|
||||
|
||||
```C#
|
||||
var directory_list = fs.GetDirectoryListing("0:/");
|
||||
|
|
|
|||
Loading…
Reference in a new issue