nrodes
08-02-2009, 23:30
I have been trying to develop a very simple program to make some folders and copy files into them. I am getting the error:
Variable not defined or misspelled Keyword
for this line:
DIR_Make(C:\WINDOWS\system_setting)
I have included
USES "FILE"
before it.
Does anyone know whats wrong with my code?
Variable not defined or misspelled Keyword
for this line:
DIR_Make(C:\WINDOWS\system_setting)
I have included
USES "FILE"
before it.
Does anyone know whats wrong with my code?