Página 1 de 1
TFileSave
Publicado: Lun Mar 20, 2006 11:23 am
por Aguiar Costa
Hello
Is there a way to know the file saved name with this class ? I am using
your's Richpad sample and when a new file is created and saved i would like
to have access to the file name. Does TFileSave have a data like cFilename
??
TIA.
Aguiar !!!
TFileSave
Publicado: Lun Mar 20, 2006 11:33 am
por jfgimenez
Aguiar,
> Is there a way to know the file saved name with this class ? I am using
> your's Richpad sample and when a new file is created and saved i would
> like to have access to the file name. Does TFileSave have a data like
> cFilename
- cFilename: contains the filename exactly as the string returned by the
API. That is, if the file is in the same directory, the filename doesn't
contain the path, but if the file is in another directory, its name contains
the path.
- cFilenameOnly: only the filename without extension
- cFilePath: the full path of the file
- cFullFilename: the filename containing always the path
--
Regards,
Jose F. Gimenez
TFileSave
Publicado: Lun Mar 20, 2006 11:33 am
por jfgimenez
Aguiar,
> Is there a way to know the file saved name with this class ? I am using
> your's Richpad sample and when a new file is created and saved i would
> like to have access to the file name. Does TFileSave have a data like
> cFilename
- cFilename: contains the filename exactly as the string returned by the
API. That is, if the file is in the same directory, the filename doesn't
contain the path, but if the file is in another directory, its name contains
the path.
- cFilenameOnly: only the filename without extension
- cFilePath: the full path of the file
- cFullFilename: the filename containing always the path
--
Regards,
Jose F. Gimenez