struct dirent *dp;
DIR *dir;
char fullname[MAXPATHLEN];
char** tmp_paths = argv[1]; //Not the exact code but you get the idea.
...
while ((dp = readdir(dir)) != NULL)
{
struct ...
I have a problem creating database with SqlFileSpec and SqlLogFileSpec Filename attribute set under c:\Program Files directory. I also checked that the folder (C:\Program Files\TestProject) already created. Does anyone know how ...
Hi all , I have the following scenario where i ma trying to build a program that has the same name as the subdir and within that subdir it needs to build and link in the those objects to create the PROG . but GCC get all confused and complains saying that it's a directory and bombs out. has anyone seen ...