Command Reference2. FPGA Express Shell Commands remove_file _N_A_M_E remove_file Remove a source file. SYNTAX string remove_file _f_i_l_e__n_a_m_e string ile_name. ARGUMENTS _f_i_l_e__n_a_m_e Source file pathname. The pathname must match the same path name that is displayed with the get_file(2) or list_file(2) command. DESCRIPTION Deletes a source file from the logical library of the design project. EXAMPLES All these examples are given assuming that a project is already open. This example adds two files "test1.vhd" and "test2.vhd" to the default library WORK. It then creates a new library "my_library", and adds the file "my_test.vhd" to "my_library". It then removes this latter file. fe_shell > add_file test1.vhd fe_shell > add_file test2.vhd fe_shell > list_files VHDL Unanalayzed test1.vhd (WORK) VHDL Unanalayzed test2.vhd (WORK) fe_shell > add_library my_library fe_shell > add_file -library my_library my_test.vhd fe_shell > list_file VHDL Unanalayzed test1.vhd (WORK) VHDL Unanalayzed test2.vhd (WORK) VHDL Unanalayzed my_test.vhd (my_library) fe_shell > remove_file my_test.vhd fe_shell > list_file VHDL Unanalayzed test1.vhd (WORK) VHDL Unanalayzed test2.vhd (WORK) v3.0 Synopsys Inc. 1988-1998. All rights reserved. 2-1 remove_file 2. FPGA Express Shell Commands Command Reference SEE ALSO get_file(2),list_file(2), 2-2 Synopsys Inc. 1988-1998. All rights reserved. v3.0