Welcome,
Guest
. Please
login
or
register
. Did you miss your
activation email?
French forum
Home
Help
Search
Login
Register
SFML community forums
»
General
»
Feature requests
»
function to create/delete/take list directory contents of folder
Print
Pages:
1
[
2
]
Author
Topic: function to create/delete/take list directory contents of folder (Read 8967 times)
0 Members and 1 Guest are viewing this topic.
Hapax
Hero Member
Posts: 3379
My number of posts is shown in hexadecimal.
Re: function to create/delete/take list directory contents of folder
«
Reply #15 on:
February 23, 2016, 12:55:19 am »
I am more concerned that the parameters passed to that function are both const:
const
char
*
home
;
const
char
*
path
;
stdcat
(
home, path
)
;
// affects "home"
Logged
Selba Ward
-SFML drawables
Cheese Map
-Drawable Layered Tile Map
Kairos
-Timing Library
Grambol
*
Hapaxia Links
*
eXpl0it3r
SFML Team
Hero Member
Posts: 11030
function to create/delete/take list directory contents of folder
«
Reply #16 on:
February 23, 2016, 07:40:18 am »
Hmm true to both points, didn't really think it through.
Logged
Official FAQ:
https://www.sfml-dev.org/faq.php
Official Discord Server:
https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog:
https://duerrenberger.dev/blog/
Print
Pages:
1
[
2
]
SFML community forums
»
General
»
Feature requests
»
function to create/delete/take list directory contents of folder