~marcusbritanicus/newbreeze/master

« back to all changes in this revision

Viewing changes to Core/CoreTools/NBTools.hpp

  • Committer: Marcus Britanicus
  • Date: 2016-03-06 20:14:28 UTC
  • Revision ID: git-v1:c7c6da12a4859e91ad7dedda1ed67bc1fe1e6285
NewBreeze v3.0.0. NBIOManager retires. Welcome aboard NBProcessManager. Mon Mar  7 01:44:28 IST 2016

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
/* Create a directory: mkdir -p */
46
46
/* http://fossies.org/linux/inadyn/libite/makepath.c */
47
 
int mkpath( QString );
 
47
int mkpath( QString, mode_t mode = 0755 );
48
48
 
49
49
/* Remove a directory and its contents */
50
50
bool removeDir( QString );