CreateDirectory() recursively or CreatePath()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
NicTheQuick
Addict
Addict
Posts: 1226
Joined: Sun Jun 22, 2003 7:43 pm
Location: Germany, Saarbrücken
Contact:

Re: CreateDirectory() recursively or CreatePath()

Post by NicTheQuick »

skywalk wrote:Yes, that makes sense. I am merely trying to maintain compatibility with Windows transfers between Linux servers.
The biggest issues I have with common directories between Linux and Windows are the characters ":", "?" and the double quotation mark. I use them quite often. Also it is annoying that Windows does not care about lower and upper case characters.
The english grammar is freeware, you can use it freely - But it's not Open Source, i.e. you can not change it or publish it in altered way.
User avatar
skywalk
Addict
Addict
Posts: 3994
Joined: Wed Dec 23, 2009 10:14 pm
Location: Boston, MA

Re: CreateDirectory() recursively or CreatePath()

Post by skywalk »

My approach is KISS. The filenames just have to be unique without so much information conveyed. The contents are what matters.
The nice thing about standards is there are so many to choose from. ~ Andrew Tanenbaum
Post Reply