home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programmer 7500
/
MAX_PROGRAMMERS.iso
/
VISUAL_B
/
CODIGO_1
/
NIVB_SRC
/
NWTEST.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1993-06-02
|
245 b
|
10 lines
Function GetDefaultFileServerName () As String
Dim fileServerName As String * 48
connID% = GetDefaultConnectionID()
GetFileServerName connID%, fileServerName
GetDefaultFileServerName = fileServerName
End Function