Windows command _mkdir, can I replace with system("mkdir") in Linux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tvnaidu
    Contributor
    • Oct 2009
    • 365

    Windows command _mkdir, can I replace with system("mkdir") in Linux

    Porting windows app to Linux, can I replace windows "_mkdir" with system("mkdir") in Linux?.

    system("mkdir(. ..)");
Working...