Video Youtube
Nessa aula vou mostrar como verificar se Arquivo Existe
In this lecture I will show how to check if File Exists
Dans cette conférence, je vais vous montrer comment vérifier si le fichier existe
http://doc.windev.com/en-US/?3036015&name=ffileexist_function
http://doc.pcsoft.fr/fr-FR/?3036015&name=ffichierexiste_fonction
s_arquivo is string="e:\aleva\teste.xml"
IF fFileExist(s_arquivo) THEN
Info("Arquivo Existe")
ELSE
Info("Arquivo Nao Existe")
END
//Frances
s_arquivo_f est chaîne="e:\aleva\teste.xml"
SI fFichierExiste(s_arquivo) ALORS
Info("Arquivo Existe")
SINON
Info("Arquivo Nao Existe")
FIN
WinDev - Arquivos - 001/... Listar Arquivos de um Diretório e Mostrar Tabela
WinDev - Arquivos - 002/... Diretório - Verificar Se Existe - fDirectoryExist
WinDev - Arquivos - 003/... Diretorio - Criar - FmakeDir
WinDev - Arquivos - 004/... Arquivos - Extrair Dados - Fextractpath
WinDev - Arquivos - 005/... Renomear Arquivos - FRename
WinDev - Arquivos - 006/... Diretório - Verificar Se Existe - FDirExist
WinDev - Arquivos - 007/... Ver Se Arquivo Existe - FFileExist
WinDev - Arquivos - 008/... FcopyFile - > Copiar Arquivos
http://doc.windev.com/en-US/?3036015&name=ffileexist_function
Exemplo Se Arquivo Existe
s_arquivo is string="e:\aleva\teste.xml"
IF fFileExist(s_arquivo) THEN
Info("Arquivo Existe")
ELSE
Info("Arquivo Nao Existe")
END
//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-arquivos-007-arquivos-ver.html
https://www.youtube.com/watch?v=MhChfygEG9M
http://doc.windev.com/en-US/?3036015&name=ffileexist_function
Exemplo Se Arquivo Existe
//Frances
s_arquivo_f est chaîne="e:\aleva\teste.xml"
SI fFichierExiste(s_arquivo) ALORS
Info("Arquivo Existe")
SINON
Info("Arquivo Nao Existe")
FIN
//Blog com Video e Exemplo
http://windevdesenvolvimento.blogspot.com.br/2016/08/curso-windev-arquivos-007-arquivos-ver.html
https://www.youtube.com/watch?v=MhChfygEG9M