Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6182185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T01:09:26+00:00 2026-05-24T01:09:26+00:00

Hey So i’m wondering how multi-platform games like minecraft are able to create directories

  • 0

Hey So i’m wondering how multi-platform games like minecraft are able to create directories that are visible as folders and such where they can store saves or other resources?

If you know how to do this in a Boost::Filesystem related way, answer this post.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T01:09:27+00:00Added an answer on May 24, 2026 at 1:09 am

    In the case of Minecraft, it’s in Java, which abstracts out the file system handling so that a call to something like CreateDirectory() will work on any OS without having to re-write the basic function call. This is because Java runs on top of a virtual machine (the JVM), and the JVM handles the OS specific calls to deal with the file system. Such is the advantage of Java. Most interpreted languages (as well as Just In Time complied languages) work in this manner, since they can abstract the OS specific file system commands away from the programmer.

    That said, with something like C++, which is complied for a specific architecture, the problem is more complex. Each OS can have a different set of functions to handle file and directory manipulation, and for games that are ported to a different platform, this is often one of the things that gets changed when doing the port. In this case, libraries such as Boost are helpful, as they allow for the same sort of abstraction as some other languages. If the game doesn’t use Boost, then often the programmer will still write a library of sorts, usually for reasons of reuse and readability.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hey having some trouble trying to maintain transparency on a png when i create
Hey guys I was wondering if there is a way to get a certain
Hey I'm building an app that will allow a user to log into a
Hey I thought about writing a function that prompts me in certain situations (perl
Hey everyone I have a basic search function here that allows me to search
Hey all i have an XML file that i am trying to loop though.
Hey guys I am struggling to create a query which gives schedule of a
hey i got a contnet type that i made and i want to twweak
Hey I'm trying to creare a link that passes the link's text directly to
Hey, I am wondering how void pointers is applied in the real world in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.