Help on HELP

aklisiewicz

Active Member
Licensed User
Longtime User
Any idea why when I type: File.Copy in the Help Viewer it is not finding it ?
I know information is there (I was able to find it manually), but something is wrong isn't it ?



The Help says:
15.png
Copy (DirSource AsString, FileSource AsString, DirTarget AsString, FileTarget AsString)

Copies the specified source file to the target file name.
Note that it is not possible to copy files to the Assets folder.


>>OK, so If I want to copy my database from PC to the device what should be Source and Destination folder ?



19.png
DirAssets AsString [read only]

Returns a reference to the files added with the Files Manager. These files are read-only.

>> Can you explain what means this: "files added with the Files Manager"
>> (this explanation says nothing to me)



Art
 
Top