file_remove

[<<<] [>>>]

@c Remove a file

Nothing special, it is just a placeholder. This function performs the UNIX remove functionality. This function also exists under WIN32, therefore this function is only a placeholder.

int file_remove(char *pszFileName
  )@{

[<<<] [>>>]