RemoveEntry Method

Removes an identified entry from the File Dependency List.

See Also | Example

Signature

object.RemoveEntry (Index, forceRemove)

object

FileDependencies
The object or objects this method applies to.

Index

Long; index of the entry to remove.

forceRemove

Boolean; true removes an entry with multiple references regardless of its reference count; false removes it only if the reference count is zero.

 

   Comments?