Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2013-05-07 | ||
5.1 is stable (martin) | Converting to .NET Assembly (martin) | ||
Line 15: | Line 15: | ||
</code> | </code> | ||
+ | ===== Converting to .NET Assembly ===== | ||
+ | When [[library_from_script|converting script to .NET Assembly]], map ''rmdir'' command to ''[[library_session_removefiles|Session.RemoveFiles]]'' method. | ||
+ | |||
+ | Parameters mapping: Command parameter ''directory'' maps to method parameter ''path''. When multiple directory parameters are used, you need to call ''Session.RemoveFiles'' multiple times. You have to [[library_from_script#paths|convert relative paths to absolute paths]]. | ||