LocalFile Property
The location of the local file.
Object Oriented Interface
public function getLocalFile(); public function setLocalFile($value);
Procedural Interface
incloudstorage_googledrive_get($res, 25 ); incloudstorage_googledrive_set($res, 25, $value );
Default Value
''
Remarks
This property specifies the location of a file on disk. This is used as the source file when calling UploadFile. This is used as the destination file when calling DownloadFile
Data Type
String