Search:

Type: Posts; User: Kixdemp

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    3,509

    Hmm... Yeah, I've tried that, but it didn't...

    Hmm... Yeah, I've tried that, but it didn't work... Then I tried _splitpath(), but since that isn't cross-platform, I'll have to try the former again. Thanks!

    Forget that! Too much damn work....
  2. Replies
    9
    Views
    3,509

    >> _splitpath is cross-platform, not just...

    >> _splitpath is cross-platform, not just Windows, right?
    > No it isn't.

    Oh, forget it then... Is there any other way of retrieving a filename without the extension? Thanks!
  3. Replies
    9
    Views
    3,509

    _splitpath giving me errors!

    Hello everyone!
    Alright. Why does my program crash after this line?


    char * getPartName(char * fileName, int part)
    {
    char *newName;

    _splitpath("C:\\Documents and...
Results 1 to 3 of 3