method

remove_file

v1_9_1_378 - Show latest stable - Class: FileUtils::Entry_
remove_file()
public

No documentation available.

# File lib/fileutils.rb, line 1296
    def remove_file
      platform_support {
        File.unlink path
      }
    end