|
Home → WINDEV 25 → WD - fExtractPath (Function) Extrair Dados Arquivo |
WD - fExtractPath (Function) Extrair Dados Arquivo |
Started by amarildo, Mar., 06 2015 9:12 AM - No answer |
| |
| | | |
|
| |
Registered member 535 messages |
|
Posted on March, 06 2015 - 9:12 AM |
http://windevdesenvolvimento.blogspot.com.br/2015/03/fextractpath-function-extrair-dados.html
Nesse blog e video , mostro como extrair os dados do nome do arquivo e localizacao
EDT_arquivo_nome_extensao = fExtractPath ( EDT_arquivo, fFileName + fExtension)
EDT_arquivo_nome = fExtractPath ( EDT_arquivo, fFileName )
EDT_arquivo_extensao = fExtractPath(EDT_arquivo, fExtension)
EDT_arquivo_drive_diretorio = fExtractPath ( EDT_arquivo, fDrive + fDirectory )
EDT_arquivo_Drive = fExtractPath ( EDT_arquivo, fDrive )
EDT_arquivo_diretorio = fExtractPath ( EDT_arquivo, fDirectory)
|
| |
| |
| | | |
|
| | | | |
| | |
|