Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Filesystem from SFML?  (Read 2482 times)

0 Members and 1 Guest are viewing this topic.

Kian

  • Newbie
  • *
  • Posts: 44
    • View Profile
Filesystem from SFML?
« on: June 30, 2011, 10:42:16 pm »
I figured I'd ask here to double-check, but I'm guessing the answer is no. Anyway, is there a way to interact with the file system from SFML? Something basic, like finding the names of the files in a directory and the like. If not, what would a good way of doing it be? I think Boost has a library for that?

Nexus

  • SFML Team
  • Hero Member
  • *****
  • Posts: 6286
  • Thor Developer
    • View Profile
    • Bromeon
Filesystem from SFML?
« Reply #1 on: June 30, 2011, 10:46:51 pm »
This feature request has already been discussed here, SFML won't provide file handling functionality in the near future.

There is currently a project called SFSL which aims to provide file system functions on top of SFML. Apart from that, Boost.Filesystem is an option.
Zloxx II: action platformer
Thor Library: particle systems, animations, dot products, ...
SFML Game Development:

Kian

  • Newbie
  • *
  • Posts: 44
    • View Profile
Filesystem from SFML?
« Reply #2 on: July 01, 2011, 12:01:15 am »
Thank you for the link. Interesting. I should make better use of the search function.

Disch

  • Full Member
  • ***
  • Posts: 220
    • View Profile
Filesystem from SFML?
« Reply #3 on: July 01, 2011, 12:08:04 am »
Progress on SFSL has been slowed because I'm in the middle of a job transition, but I am still working on it!