Path outside of CS2D folderAtomKuh User Offline 23.01.20 03:54:37 am Is it possible to reach files outside of the cs2d main folder? For example: 1dofile("C:\Users\Mustermann\Desktop\test.lua")
Re: Path outside of CS2D folderMikuAuahDark User Offline 23.01.20 04:52:37 am Yes, but it's not recommended. It may give people security/privacy concern of your scripts.
Re: Path outside of CS2D folderVADemon User Offline 23.01.20 06:28:33 pm You can access any path reachable by your Operating System/User. Privacy concerns: yes, but the worst part for your script is that it will be tied, hardcoded to your system and require changes later. Use relative paths where possible.