Method: Pathname#to_com

Defined in:
lib/com/pathname.rb

#to_comObject

Returns a String representation of this Pathname in the COM character set.

See Also:



7
8
9
# File 'lib/com/pathname.rb', line 7

def to_com
  to_path.encode(COM.charset)
end