#How to create a .file or .folder on Windows
There are several ways
- Create
file.txt - Rename to
.file., the last dot will be dropped, you'll have.file
Works the same with a file or a directory.
| from suds.client import Client | |
| client = Client('http://ec.europa.eu/taxation_customs/vies/checkVatService.wsdl') | |
| # Returns a dict-like object with the fields 'countryCode', 'vatNumber', | |
| # 'requestDate', 'valid' (boolean), 'name', and 'address'. | |
| result = client.service.checkVat('IE', '6390845P') |
(Serial port or com port? - Serial ports are often refered as COM ports. It is the same to be short. You can read abut it in the Wiki article )
| # Install in to ~/.local/share/kservices5/vscodehere.desktop | |
| [Desktop Entry] | |
| Type=Service | |
| X-KDE-ServiceTypes=KonqPopupMenu/Plugin | |
| MimeType=inode/directory; | |
| Actions=openVSCodeHere; | |
| X-KDE-AuthorizeAction=shell_access | |
| [Desktop Action openVSCodeHere] |