CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

In the VFS, my cosmos kernel can create files, but not directories #2918

Closed Samdasti closed 10 months ago

Samdasti commented 10 months ago

Area of Cosmos - What area of Cosmos are we dealing with?

Virtual File System

Expected Behaviour - What do you think that should happen?

It should create a folder in "0:\"

Actual Behaviour - What unexpectedly happens?

The folder doesn't get created!

Reproduction - How did you get this error to appear?

When i type the command to make a folder, it recognizes it as invalid even if i put the command in the code.

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

User Kit latest version.

TheRealEli310 commented 10 months ago

Can you link the code where the issue occurs?