Skip to content

Add the temp_dir option to settings.json #70

@GoogleCodeExporter

Description

@GoogleCodeExporter
With this setting you may set the temp directory for example to "temp" so that 
this is a local directory located in your application directory. You may also 
set it to "C:\Windows\Temp", but writing to this directory requires 
administrative privileges due to UAC security features.

By default phpdesktop uses the GetTempPath() windows API function to set the 
temp directory environment variables. This sets it to a directory like 
`C:\Users\USER\AppData\Local\Temp\`. But there is some problem with this 
directory, its path may contain unicode characters and php does not support 
unicode paths, it cannot write to a directory if one of the parent directories 
in its path contain unicode characters.

Original issue reported on code.google.com by [email protected] on 25 Jan 2014 at 9:25

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions