起首,我们先来相识几个API
_getcwd
Gets the current working directory.
char *_getcwd(
char *buffer,
int maxlen
);
buffer
Storage location for the path.
maxlen
Maximum len...
起首,我们先来相识几个API
_getcwd
Gets the current working directory.
char *_getcwd(
char *buffer,
int maxlen
);
buffer
Storage location for the path.
maxlen
Maximum len...