|
| WD - fExtractPath (Function) Extrair Dados Arquivo |
| Débuté par amarildo, 06 mar. 2015 09:12 - Aucune réponse |
| |
| | | |
|
| |
Membre enregistré 535 messages |
|
| Posté le 06 mars 2015 - 09:12 |
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)
|
| |
| |
| | | |
|
| | | | |
| | |
|