User Profile
Collapse
-
sbrk function on Windows
Is there a sbrk function on Windows, if there is what is the name of the header where it is defined? -
I would only use it for checking weather is it a directory or not with 'fstat' function.I guess I just use 'stat' than.You are right, there are other functions, like FindFirstFile/FindNextFile. -
Open Directory In C, Return File Descriptor
Hi.
I'm trying to write my own version of opendir function on Windows XP.Within that function I'm calling open function:
Code:fd = open(path, O_RDONLY, 0);
Does anyone know how to open a directory on Win OS so it returns a file descriptor to it.Maybe open should be given another parameters or some other function exists that I don't know of.
No activity results to display
Show More
Leave a comment: