Search results for 'Network Drive'. 1 post(s) found.
- 2007/09/18 List All Network Drives
To show a list of all mapped Network Drives, use the GetNetworkDriveMappings function. Example usage:
GetNetworkDriveMappings(Memo1.Lines) ;
function GetNetworkDriveMappings (SList: TStrings): integer;
var
c: Char;
ThePath: string;
MaxNetPathLen: DWord;
begin
SList.Clear;
MaxNetPathLen := MAX_PATH;
SetLength(ThePath, MAX_PATH) ;
for c := 'A' to 'Z' do
if WNetGetConnection(PChar('' + c + ':'), PChar(ThePath),MaxNetPathLen) = NO_ERROR then sList.Add(c + ': ' + ThePath) ;
Result := SList.Count;
end;
var
c: Char;
ThePath: string;
MaxNetPathLen: DWord;
begin
SList.Clear;
MaxNetPathLen := MAX_PATH;
SetLength(ThePath, MAX_PATH) ;
for c := 'A' to 'Z' do
if WNetGetConnection(PChar('' + c + ':'), PChar(ThePath),MaxNetPathLen) = NO_ERROR then sList.Add(c + ': ' + ThePath) ;
Result := SList.Count;
end;
Another posts included in "Delphi"
| Retrieving all image links from an HTML document (0) | 2007/09/18 |
| How to Activate/Deactivate the Screen Saver (0) | 2007/09/19 |
| How to capture the output from a DOS (command/console) Window (0) | 2007/09/19 |
| How to set the "home page" for the Internet Explorer from Delphi code (0) | 2007/09/18 |
| How to get get IE favorites (0) | 2007/09/18 |
| Extracting the domain (host) name from an e-mail address (0) | 2007/09/18 |
| Download a file from the Internet with progress indicator (0) | 2007/09/18 |
| Are we connected to the Internet? (0) | 2007/09/18 |
Trackback : Cannot send a trackbact to this post.
-
Subject different money making ideas
2010/01/29 02:56
moneyideas
-
Subject different money making ideas
2010/01/29 12:03
moneyideas
-
Subject different money making ideas
2010/01/31 16:40
moneyideas
-
Subject Safely weaning off prozac.
2010/06/10 04:32
Prozac menopause. Prozac nation movie. Zoloft or prozac which is better. Lexapro vs prozac. Prozac.
-
Subject Online pharmacy alprazolam.
2010/07/15 14:01
Buy alprazolam. Recommended dose medicine alprazolam effects interact. Order alprazolam.
-
Subject Xanax.
2010/07/17 19:39
Generic xanax. Xanax. Xanax during pregnancy. Xanax without a prescription.
-
Subject Phentermine without prescription.
2010/07/21 18:56
Phentermine 37.5mg. Phentermine. Phentermine pill. Phentermine cod.

Prev

Rss Feed