function main() { name = "\My Documents"; if(CreateDirectory(name) == -1 ){ puts("%name%を作成できません"); }else{ puts("%name%を作成しました"); } exit; }