![]() |
|
Creating directory in A5 for Linux and Windows |
PeKaGM
Member #15,654
June 2014
|
Hi. I'm creating program in which I use funkction "mkdir" for creating directories. In Linux it must look like - mkdir(name_of_dir,0777) - and for Windows just |
Thomas Fjellstrom
Member #476
June 2000
![]() |
you could try al_make_directory. If you must use mkdir, you can use ifdef's to pick which mkdir to use. -- |
Gideon Weems
Member #3,925
October 2003
|
pkrcel
Member #14,001
February 2012
|
I guess the autolink works only in <code> tags? It is unlikely that Google shares your distaste for capitalism. - Derezo |
Thomas Fjellstrom
Member #476
June 2000
![]() |
Some functions may not be in matthew's api database? My best guess. -- |
pkrcel
Member #14,001
February 2012
|
al_get_standard_path vs. al_get_standard_path just as I say two posts above It is unlikely that Google shares your distaste for capitalism. - Derezo |
Thomas Fjellstrom
Member #476
June 2000
![]() |
Well, yeah. it doens't work in pre tags. the auto linking is part of the syntax highlighting. Also try `this type of code tag` -- |
Gideon Weems
Member #3,925
October 2003
|
|