Search:

Type: Posts; User: optical

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    890

    Found It

    CreateDirectory("c:\\temp\\test", NULL);

    I just didn't look hard enough in MSDN.

    Thanks!
  2. Replies
    12
    Views
    2,638

    Here

    #include <stdio.h>

    int main(void)
    {
    int InputNumber=0;
    int ReturnFunction=0;
    char junk;

    printf("Please Give Me a Number--->");
    scanf("%d", &InputNumber);
  3. Replies
    2
    Views
    890

    Creating A New Directory

    I need to create a new directory. I have tryed using the CreateDirectory function from windows.h. But can not get it to work.


    Thanks,
    Taylor
Results 1 to 3 of 3