#include<stdio.h>
#include<direct.h>

//int _chdir(const char *dirname);
//int _mkdir(const char *dirname);
//int _rmdir(const char *dirname);

void main(void){
 
 char *temp;
 temp = getenv( "PATH" );
 printf( "Path: %s\n", temp);

 ;
}

'OpenSTUDY > C & C++' 카테고리의 다른 글

console color  (0) 2011.11.09
Bound Circle API  (0) 2011.11.05
터보 C 2.0 함수 목록  (0) 2011.11.02
Short Quick Sort  (0) 2011.10.11
Missle game  (0) 2011.10.11

+ Recent posts