FileFind.IsDot()??

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??
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
so, if(filefind.IsDots()) means that if filefind.file is parant or directory??
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.