[V4REV]  inStrPath question
    ron barber 
    rbarber at yhb.att.ne.jp
       
    Sat Jun 18 14:28:14 CDT 2005
    
    
  
Hi Ruslan,
What is the correct form for the "inStrPath     The path to the 
database on the disk. "?
 From your example stack:
> function CreateDbFiles
>   put "Database1.vdb" into mPath
>
>   put VDatabase_Constructor( EVStorageType.kDefault ) into mDBRef
>   get VDatabase_Create( mDBRef, mPath, EVDbMode.kDscDatBlbInd, 32 * 
> 1024, EVOs.kOsDefault )
>
> end CreateDbFiles
As you can see from the example, it seems to just use the name of the 
file. Does this mean the file must be at the same level as the 
application?
When I fill the parameter with a filepath from Rev's answer file 
command, the Val function crashes.
Thanks
Ron
    
    
More information about the Valentina-beta
mailing list