cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
FileFind.IsDot()??
FileFind.IsDot()??
Jul 8, 2011 at 7:06am UTC
Phiru
(137)
I read reference of IsDot function. However, i didn't understand what it meant.
Can anyone explain what it is and for what i use it??
Jul 8, 2011 at 7:58am UTC
hamsterman
(4538)
http://msdn.microsoft.com/en-us/library/6xy2yfx9(v=vs.80).aspx
?
What is it that you don't understand here?
. is this directory
.. is the parent directory
Jul 8, 2011 at 9:08am UTC
Phiru
(137)
so, if(filefind.IsDots()) means that if filefind.file is parant or directory??
Jul 8, 2011 at 9:51am UTC
hamsterman
(4538)
Yes. (It's a directory either way though)
There is an example given :
http://msdn.microsoft.com/en-us/library/scx99850(v=vs.80).aspx
Topic archived. No new replies allowed.