AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Funciones estándar / Funciones de archivos externos
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
Warning
From version 2024, fTrackStop is kept for backward compatibility. This function has been replaced with fWatchStop.
Stops watching a file or directory. The watch task could have been started with fWatchFile or fWatchDirectory.
Example
// Stop all current watch tasks of the "C:\Test\Important folders" directory
IF NOT fWatchStop("C:\Test\Important folders") THEN
	Error("No watch task was enabled")
ELSE
	Info("Watch task stopped")
END
Syntax
<Result> = fWatchStop(<Element name>)
<Result>: Boolean
  • True if the active watch task was stopped,
  • False otherwise (no watch task was found).
<Element name>: Character string
Full name of the file or directory to use.
Component: wd290std.dll
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 29/03/2024

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