Search:

Type: Posts; User: ug52wxj

Search: Search took 0.00 seconds.

  1. Thread: Macintosh API

    by ug52wxj
    Replies
    1
    Views
    1,564

    Macintosh API

    Hi there,

    I posted a question about directory access on the Macintosh a while ago here , and was advised to use the Macintosh API. However, after an amount of research, I am unsure how to go...
  2. Replies
    4
    Views
    1,428

    It's defined in ANSI-C. I know that the fopen...

    It's defined in ANSI-C. I know that the fopen function works with same-directory files, eg

    infile = fopen(test.txt);

    it's just the directory structure I'm having trouble
  3. Replies
    4
    Views
    1,428

    Macintosh Directory Structures

    Hi. I'm trying to write a program which loads a file from within the directory structure of a macintosh. Because they use colons instead of backslash, I thought that this code would work:

    #include...
Results 1 to 3 of 3