AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de Windows / Funciones de red
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Identifies the shared directory associated with a network drive. The UNC path corresponding to the letter of the specified drive is returned.
Ejemplo
// Identify the directory associated with the letter "E:"
// For example \\Sdoc\Doc
ResDirName = NetworkDirName("E:")
Sintaxis
<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>:".
Componente: wd300std.dll
Versión mínima requerida
  • Versión 9
Esta página también está disponible para…
Comentarios
//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 09 2016

Última modificación: 27/03/2025

Señalar un error o enviar una sugerencia | Ayuda local