|
|
|
|
|
- Operating mode in Windows Vista (and later)
<DiskFile variable>.FileName (Function) In french: <Variable FichierDisque>.NomFichier
FileName is string
MyFile is DiskFile
MyFile = fCreate("C:\temp\TestCreation.txt")
FileName = MyFile.FileName()
Info("The file " + fExtractPath(FileName, fFile + fExtension) + ...
" was created in "+ fExtractPath(FileName, fDrive + fDirectory))
Syntax
<Result> = <File used>.FileName()
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|