xHarbour Reference Documentation > Function Reference xHarbour Developers Network  

NetDisk()

Tests if a drive is a network drive.

Syntax

NetDisk( <cDrive> ) --> lIsNetworkDrive

Arguments

<cDrive>
This is a single character (A-Z), followed by a colon, specifying the disk drive to test.

Return

The function returns .T. (true) when the specified drive is a network drive, otherwise .F. (false).

Info

See also:NetRedir()
Category: CT:Network , Network functions
Source:ct\ctnet.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe