NO

Author Topic: changing the directory using c  (Read 2303 times)

prashantonline

  • Guest
changing the directory using c
« on: November 15, 2009, 09:29:00 AM »
Sir, i want to know that is it possible to change the directory using dos commands in c?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2115
Re: changing the directory using c
« Reply #1 on: November 15, 2009, 11:45:04 AM »
From PellesC help:

Purpose:
Changes the current working directory.
 
Syntax:
int _chdir(const char *name);
 
Declared in:
<direct.h>
May the source be with you