# Publishing files
To publish any files on os.90s.dev, you'll need to create an account first.
After you have created a shared folder:
-
Copy your files into it.
-
Let the community know about it.
-
That's it!
# Using files
Files can be access through the filesystem:
const logo = await fs.getFile('net/someuser/images/logo.bitmap')
And it just works!