MFFileSize Veja também: AbreTabelaModoExclusivo AplicaMascara BuscarCep CampoEstaNoIndice ColocaZerosEsquerda CotacaoDolarVendaBCB CotacaoDolarVendaBCBHoje CotacaoEuroVendaBCB Crip DecrementMonth DeCrip ExtensoReal GetDefaultPrinter GetOnlyNumbers HoraMinutoSegundoToString IncrementMonth IsBrazilHoliday IsDayLightDate IsNumber LowercaseBr MakeTempFile MFFileSize OpenBrowserFolder OpenTable PegaEnderecoIP PegaPermissaoUsuarioMenu PegaTamanhoCampo ProcuraCampo RemoveAcentos RoundNCasas sCurrentTimeFormat sDateFormat SetDefaultPrinter sTimeFormat Truncate UltimoDiaMes UppercaseBr UpperCaseOnlyFirstLetter ValidaCNPJ ValidaCPF ValidaEmail Valida_IE VerificaExistenciaTabela VerificaTabelaLogitens YearToDateCarnavalHoliday YearToDateCorpusChristiHoliday YearToDatePascoaHoliday YearToDateSextaFeiraDaPaixaoHoliday MFFileSize A função MFFileSize recebe o caminho de um arquivo em disco e retorna o tamanho em bytes do arquivo. Tipo de Retorno Number Pacote A função MFFileSize está definida dentro do pacote MFFileSize.pkg. Sintaxe Move (MFFileSize({sArquivo})) to {nRet} Onde: {sArquivo} é o caminho completo do arquivo cujo tamanho será consultado; {nRet} é a variável que receberá o retorno da função. Exemplo Move (MFFileSize("C:\TempReadme.txt")) to nRet Observações Se o caminho informado não existir, a função emitirá um erro e retornará 0 (zero). Se não existirem canais de input/output disponíveis para uso, a função emitirá um erro e retornará 0 (zero)