|
WD - fExtractPath (Function) Extrair Dados Arquivo |
Iniciado por amarildo, mar., 06 2015 9:12 AM - Sem resposta |
| |
| | | |
|
| |
Membro registado 535 mensagems |
|
Publicado em março, 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)
|
| |
| |
| | | |
|
| | | | |
| | |
|