Subversion Repositories eFlore/Applications.cel

Rev

Rev 1604 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1604 Rev 1624
Line 45... Line 45...
45
    * @param string $name The name of the file (in Unicode)
45
    * @param string $name The name of the file (in Unicode)
46
    * @see OLE::Asc2Ucs()
46
    * @see OLE::Asc2Ucs()
47
    */
47
    */
48
    function OLE_PPS_File($name)
48
    function OLE_PPS_File($name)
49
    {
49
    {
50
        $this->_tmp_dir = System::tmpdir();
50
        $this->_tmp_dir = @System::tmpdir();
51
        $this->OLE_PPS(
51
        $this->OLE_PPS(
52
            null, 
52
            null, 
53
            $name,
53
            $name,
54
            OLE_PPS_TYPE_FILE,
54
            OLE_PPS_TYPE_FILE,
55
            null,
55
            null,