lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



You might look for a lua module called penlight - it has many useful utilities, including functions to manipulate path names as you want

Lua file system (lfs)is another good tool to have. 

Luasocket will get you a fair network interface

On Mon, Apr 1, 2019, 8:57 PM z x <sevenn123@gmail.com> wrote:
 

Hi  !

 I started a small project in your language Lua, and in the development of a lot of problems, I tried to solve them for everyone from stackoverflow.com, ending with the development of its similar methods/plugins in C# to solve a particular problem. 

The main problem - that is not present initially put TCP/IP stack, and very problem work with files (for example to receive the file extension "autorun" in a root it is necessary to write the plugin or to find already ready, in C# to receive file extension it is possible having called the Path method.GetExtension(); it will return a string with the file extension). There is also very little information and examples. 

 - Regards, Oleg