ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Network functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Identifies the shared directory associated with a network drive. The UNC path corresponding to the letter of the specified drive is returned.
Example
// Identifier le répertoire associé à la lettre réseau "E:"
// Par exemple \\Sdoc\Doc
ResNomRep = NetworkDirName("E:")
Syntax
<Result> = NetworkDirName(<Drive letter>)
<Result>: Character string
  • Name of the directory associated with the specified network drive. The name of the directory can correspond to a UNC path.
  • Empty string ("") if the specified drive is not a network drive.
<Drive letter>: Character string
Network drive to handle in the format "<Drive letter>:".
Component: wd300std.dll
Minimum version required
  • Version 9
This page is also available for…
Comments
//identificar diretorio Mapeado
//identificar diretorio Mapeado

EDT_NomeDiretorio=NetworkDirName("M:")

//Frances
EDT_NomeDiretorio=RéseauNomRep("M:")

//Blog com video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/09/curso-windev-funcoes-windows-014.html
https://www.youtube.com/watch?v=oxgePSzeuk0
De matos
20 Sep. 2016

Last update: 03/27/2025

Send a report | Local help