| Products & Services | Solutions | Academia | Support | User Community | Company |
| Download Product Updates | | | Get Pricing | | | Trial Software |
| Documentation → xPC Target |
| Contents | Index |
| Learn more about xPC Target |
MATLAB command line
rmdir(file_obj,dir_name) file_obj.rmdir(dir_name)
dir_name | Name of the folder to remove from the target PC file system. |
file_obj | Name of the xpctarget.fs object. |
Method of xpctarget.fsbase, xpctarget.ftp, and xpctarget.fs objects. Removes a folder from the target PC file system.
Remove the folder data2dir.dat from the target PC file system fsys.
rmdir(f,'data2dir.dat')
or
fsys.rmdir('data2dir.dat')

Learn more about Simulink through this collection of videos, articles, technical literature and the Getting Started with Simulink Guide.
| © 1984-2010- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |