Re: unlink and rename for Euphoria
- Posted by wolfgang fritz <wolfritz at KING.IGS.NET> Jul 07, 2000
- 435 views
As long as you are working in a win32 environment, you *can* use kernel32.dll functions without using Win32lib. Check out the Win32 file functions by Jeffrey Fielding in the EU archives. "Wrapping" MoveFileEx() in a similar fashion shouldn't be that difficult for a more versatile 'rename' function. Wolf > A search of the archives led me to a post which enables an unlink function > to be coded with the help of the win32lib.ew library as follows: