• Anonymous
  • Login
  • Register
Bildr - Feature Request: Avoid API Calls II - TempDir


Analysed the code in Lib WindowsAPI / LocateSystemTemp.

' read Temp environment
szTempPath=Environ$("Temp")
' read Tmp if Temp does not exist
If szTempPath="" Then
szTempPath=Environ$("Tmp")
End If

' will we ever get here ??
If szTempPath="" And (platform = "Windows/32") Then

Not sure, if the IF statement is ever evaluated on 99,9 % of the existing Windows installations. The environ$ should do the job. So I think, we can use only the environ$ part in the initialize event oif the (ImportPicture) agent. This would make the use of API Calls in this Agent obsolete.



Taken Actions by Owners

No actions have been taken yet.


In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.