[This is preliminary documentation and is subject to change.]

Advances the enumerator to the next file or folder. Files and folders that does not pass the filer as skipped, but folders are entered.

Namespace: Tools.IOt
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public override sealed bool MoveNext()
Visual Basic
Public Overrides NotOverridable Function MoveNext As Boolean
Visual C++
public:
virtual bool MoveNext() override sealed
F#
abstract MoveNext : unit -> bool 
override MoveNext : unit -> bool 
JScript
public override final function MoveNext() : boolean

Return Value

True if the enumerator was successfully advanced to the next element; false if the enumerator has alredy enumerated all the files and folders.

See Also