Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) Lime AssetBundle.DeleteFile Examples
Programming Language:
C# (CSharp)
Namespace/Package Name:
Lime
Class/Type:
AssetBundle
Method/Function:
DeleteFile
Examples at hotexamples.com:
1
C# (CSharp) Lime AssetBundle.DeleteFile - 1 examples found
. These are the top rated real world C# (CSharp) examples of
Lime.AssetBundle.DeleteFile
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetSourceExtension(3)
FileExists(3)
GetCookingRulesSHA1(3)
OpenFileRaw(3)
ImportFileRaw(2)
GetAttributes(2)
GetFileLastWriteTime(2)
ImportFile(2)
SetFileLastWriteTime(1)
SetCurrent(1)
OpenFileLocalized(1)
DeleteFile(1)
OpenFile(1)
EnumerateFileInfos(1)
GetFileSize(1)
FromSystemPath(1)
EnumerateFiles(1)
ToSystemPath(1)
Frequently Used Methods
GetSourceExtension (3)
FileExists (3)
GetCookingRulesSHA1 (3)
OpenFileRaw (3)
ImportFileRaw (2)
GetAttributes (2)
GetFileLastWriteTime (2)
ImportFile (2)
SetFileLastWriteTime (1)
SetCurrent (1)
Frequently Used Methods
OpenFileLocalized (1)
DeleteFile (1)
OpenFile (1)
EnumerateFileInfos (1)
GetFileSize (1)
FromSystemPath (1)
EnumerateFiles (1)
ToSystemPath (1)
Example #1
0
Show file
File:
WrappedAssetBundle.cs
Project:
kutselabskii/Citrus
public override void DeleteFile(string path) => Bundle.DeleteFile(path);
x