Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Think this should have worked
#1
At least in windows it would be nice.  Since special paths exists in windows which are normally hidden as well
example:

_Title "path test"

'
' test for windows special paths
'
Open "%APPDATA%\HexChat\logs\rizon\test.txt" For Binary As #1
Line Input #1, d$
Close
Print d$

The test file only included a single line to let me know it happened.  But didn't get there, failed with path not found on open.  There are lot's of other important %paths% that windows has buried in the environment labels.

Suggest.  Can or should we make it work ?
Reply


Messages In This Thread
Think this should have worked - by doppler - 09-11-2024, 09:51 AM
RE: Think this should have worked - by a740g - 09-11-2024, 09:57 AM
RE: Think this should have worked - by doppler - 09-11-2024, 10:22 AM



Users browsing this thread: 1 Guest(s)