LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

folder options

can u please give the code for creating a folder

0 Kudos
Message 1 of 8
(3,742 Views)

create_Folder.png

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 8
(3,740 Views)

Perfect, Ben! Smiley Very Happy

 

I love snippets

Message Edited by Phillip Brooks on 01-05-2010 02:20 PM

Now is the right time to use %^<%Y-%m-%dT%H:%M:%S%3uZ>T
If you don't hate time zones, you're not a real programmer.

"You are what you don't automate"
Inplaceness is synonymous with insidiousness

Message 3 of 8
(3,708 Views)
Does no one read the manuals anymore?
0 Kudos
Message 4 of 8
(3,681 Views)
They do not need manuals that is what they have us for!! Smiley Happy
Tim
GHSP
0 Kudos
Message 5 of 8
(3,668 Views)

Ben,

 

Mine is more simple

 


#include <stdio.h>
#include <stdlib.h>

int main() {
int code = system("mkdir folder");
if (code == 0) {
printf("SUCCESS\n");
} else {
printf("FAILURE\n");
}
return 0;
}

























ok guys be gentle.........:smileyindifferent::smileyindifferent::smileyindifferent:

 

0 Kudos
Message 6 of 8
(3,627 Views)
<ctl><space>type "folder"
PaulG.

LabVIEW versions 5.0 - 2023

“All programmers are optimists”
― Frederick P. Brooks Jr.
0 Kudos
Message 7 of 8
(3,620 Views)

What manuals are you speaking of.

Is there more than just the help files these days?

 

0 Kudos
Message 8 of 8
(3,527 Views)