IsNetDev() Determines if the current disk is a net disk Syntax: IsNetDev() -> lLan Description: Determines if the current disk is a net disk. Return: A logic value indicating if it's a net disk. Example: If IsNetDev() Warning( "You have a LAN" ) EndIf