ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Network functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
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
// Identify the directory associated with the letter "E:"
// For example \\Sdoc\Doc
ResDirName = 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 following format: "<Drive Letter>:".
Component: wd290std.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: 05/26/2022

Send a report | Local help