In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

TFileSave

Xailer professional forum in English
Responder
Aguiar Costa
Mensajes: 115
Registrado: Jue Jun 01, 2006 7:21 pm

TFileSave

Mensaje 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 !!!
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TFileSave

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

TFileSave

Mensaje 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
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder